Description Usage Arguments Value References Examples
Achaz statistic
1 2 | ## S4 method for signature 'GENOME'
Achaz.stats(object,new.populations=FALSE,new.outgroup=FALSE,subsites=FALSE)
|
object |
an object of class |
new.populations |
list of populations. default: |
new.outgroup |
outgroup vector. default: |
subsites |
|
returned value is a modified object of class "GENOME"
————————————————————–
The following Slots will be modified in the "GENOME"
object
————————————————————–
Yach |
Achaz Y statistic |
Achaz G.,2008 Testing for neutrality in samples with sequencing errors. Genetics 179: 1409.
1 2 3 4 5 6 7 | # GENOME.class <- readData("\home\Alignments")
# GENOME.class
# GENOME.class <- Achaz.stats(GENOME.class)
# GENOME.class <- Achaz.stats(GENOME.class,list(1:7,8:12))
# show the result:
# GENOME.class@Yach
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.