geno {BGData} | R Documentation |
A set of generic functions for getting/setting the genotypes, sample information, and variant information.
geno(x)
geno(x) <- value
pheno(x)
pheno(x) <- value
map(x)
map(x) <- value
x |
The object from/on which to get/set genotypes, sample information, and
variant information. Typically a |
value |
Typically a Typically a Typically a |
# Load example data
bg <- BGData:::loadExample()
# Access genotypes
geno(bg)
# Access sample information
pheno(bg)
# Access variant information
map(bg)