Skip to content

Commit edda414

Browse files
authored
Update PopDataWrappers.jl
1 parent ef7edfe commit edda414

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/PopDataWrappers.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ end
6464

6565
"""
6666
genotypes(data::PopData, samplelocus::String)
67-
Return a vector of all the genotypes of a sample (or locus) in a `PopData` object. To return a
68-
single genotype at a locus, see `genotype`.
67+
Return a vector of all the genotypes of a sample (or locus) in a `PopData` object.
6968
```
7069
cats = @nancycats
7170
genotypes(cats, "N115")
@@ -137,4 +136,4 @@ View unique population ID's and/or their counts in `PopData`.
137136
pops = countmap(data.sampleinfo.population)
138137
return DataFrame(:population => uniq_pops, :count => [pops[i] for i in uniq_pops])
139138
end
140-
end
139+
end

0 commit comments

Comments
 (0)