| pooldata-class {poolfstat} | R Documentation |
S4 class to represent a Pool-Seq data set.
Description
S4 class to represent a Pool-Seq data set.
Slots
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
See Also
To generate pooldata object, see vcf2pooldata, popsync2pooldata, genobaypass2pooldata and genoselestim2pooldata
[Package poolfstat version 2.2.0 Index]