Description Usage Arguments Value Examples
This function extracts the simulated values from the class cs.stats
1 | MS_getStats(object,locus=1,population=1)
|
object |
object of class |
locus |
the locus ID |
population |
the population ID |
The return value is a matrix containing
the simulation results of different statistical tests.
(see MS())
1 2 3 4 | # GENOME.class <- readData("...\Alignments")
# GENOME.class <- neutrality.stats(GENOME.class)
# ms <- MS(GENOME.class,thetaID="Tajima",neutrality=TRUE)
# MS_getStats(ms)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.