| pooldata-class | R Documentation |
S4 class to represent a Pool-Seq data set.
npoolsThe number of pools
nsnpThe number of SNPs
refallele.readcountA matrix (nsnp rows and npools columns) with read count data for the reference allele
readcoverageA matrix (nsnp rows and npools columns) with overall read coverage
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)
poolsizesA vector of length npools with the corresponding haploid pool sizes
poolnamesA vector of length npools with the corresponding haploid pool names
To generate pooldata object, see vcf2pooldata, popsync2pooldata, genobaypass2pooldata and genoselestim2pooldata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.