getBayes-methods | R Documentation |
This function returns the values that are necessary to run BayeScanR.
## S4 method for signature 'GENOME'
getBayes(object,snps=FALSE)
object |
An object of class |
snps |
SNPs are considered seperately |
coming soon !
Foll M and OE Gaggiotti (2008). A genome scan method to identify selected loci appropriate for both dominant and codominant markers: A Bayesian perspective. Genetics 180: 977-993
# GENOME.class <- readData("\home\Alignments")
# GENOME.class <- F_ST.stats(GENOME.class,list(1:4,5:10))
# Bayes.input <- getBayes(GENOME.class)
# Bayes.class <- BayeScanR(Bayes.input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.