We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7edfe commit edda414Copy full SHA for edda414
src/PopDataWrappers.jl
@@ -64,8 +64,7 @@ end
64
65
"""
66
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`.
+Return a vector of all the genotypes of a sample (or locus) in a `PopData` object.
69
```
70
cats = @nancycats
71
genotypes(cats, "N115")
@@ -137,4 +136,4 @@ View unique population ID's and/or their counts in `PopData`.
137
136
pops = countmap(data.sampleinfo.population)
138
return DataFrame(:population => uniq_pops, :count => [pops[i] for i in uniq_pops])
139
end
140
-end
+end
0 commit comments