Description Usage Arguments Value Examples
This function returns the biallelic matrix of a specific region.
1 2 | ## 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
1 2 | # 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.