getgenotype_person | R Documentation |
for selected person, expand genotype bit vector to an integer vector with one integer per marker. Then convert the integer vector to genotypes.
getgenotype_person(perid = 1, envir = ENV)
perid |
person/sample identifier |
envir |
an environment that contains all the data frames created from the SQLite database. |
None
## Not run:
# genotypes for all markers for n'th person in genotype table
getgenotype_person(1)
# genotypes for all markers for range of persons in genotype table
getgenotype_person(m:n)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.