| countdata-class | R Documentation |
S4 class to represent a Count data set.
npopsThe number of populations
nsnpThe number of SNPs
refallele.countA matrix (nsnp rows and npops columns) with the allele counts for the reference allele
total.countA matrix (nsnp rows and npops columns) with the total number of counts (i.e., twice the number of genotyped individual for diploid species and autosomal markers)
snp.infoA data frame (nsnp rows and 4 columns) detailing for each SNP, the chromosome (or scaffold), the position, Reference allele name and Alternate allele name (if available)
popnamesA vector of length npops with the corresponding population names
To generate countdata object, see genobaypass2countdata and genotreemix2countdata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.