get.biallelic.matrix-methods | R Documentation |
This function returns the biallelic matrix of a specific region.
## S4 method for signature 'GENOME'
get.biallelic.matrix(object,region)
object |
An object of class |
region |
ID of the region |
Biallelic matrix
rows: names of individuals
columns: biallelic sites
# GENOME.class <- readData("\home\Alignments")
# get.biallelic.matrix(GENOME.class,7) # biallelic matrix of the 7th alignment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.