Raw Population
The raw population class contains only genotype data.
## S4 method for signature 'RawPop' x[i] ## S4 method for signature 'RawPop' c(x, ...) ## S4 method for signature 'RawPop' show(object)
x |
a 'RawPop' object |
i |
index of individuals |
... |
additional 'RawPop' objects |
object |
a 'RawPop' object |
[: Extract RawPop by index
c: Combine multiple RawPops
show: Show population summary
nIndnumber of individuals
nChrnumber of chromosomes
ploidylevel of ploidy
nLocinumber of loci per chromosome
geno"matrix" containing chromosome genotypes. The "matrix" has dimensions nChr by 1 and each element is a three dimensional array of raw values. The array dimensions are nLoci by ploidy by nInd.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.