wc | R Documentation |
Computes Weir and Cockerham estimates of Fstatistics
wc(ndat,diploid=TRUE,pol=0.0) ## S3 method for class 'wc' print(x,...)
ndat |
data frame with first column indicating population of origin and following representing loci |
diploid |
Whether data are diploid |
pol |
level of polymorphism reqesuted for inclusion. Note used for now |
x |
an object of class wc |
... |
further arguments to pass to print.wc |
sigma |
variance components of allele frequencies for each allele, in the order among populations, among individuals within populations and within individuals |
sigma.loc |
variance components per locus |
per.al |
FST and FIS per allele |
per.loc |
FST and FIS per locus |
FST |
FST overall loci |
FIS |
FIS overall loci |
Jerome Goudet jerome.goudet@unil.ch
data(gtrunchier) wc(gtrunchier[,-1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.