powered by
This function returns the biallelic matrix of a specific region.
# S4 method for GENOME get.biallelic.matrix(object,region)
An object of class "GENOME"
"GENOME"
ID of the region
Biallelic matrix rows: names of individuals columns: biallelic sites
# NOT RUN { # GENOME.class <- readData("\home\Alignments") # get.biallelic.matrix(GENOME.class,7) # biallelic matrix of the 7th alignment # }
Run the code above in your browser using DataLab