Description Usage Arguments See Also Examples
View source: R/BayeScanAnalysis.R
This function analysis data using BayeScan.
1 2 3  | run.BayeScan(x, threads = 1, reps = 3, n = 5000, thin = 10, nbp = 20,
  pilot = 5000, burn = 50000, fdr = 0.1, dir = tempdir(),
  clean = TRUE)
 | 
x | 
 
  | 
threads | 
 
  | 
reps | 
 
  | 
n | 
 
  | 
thin | 
 
  | 
nbp | 
 
  | 
pilot | 
 
  | 
burn | 
 
  | 
fdr | 
 
  | 
dir | 
 
  | 
clean | 
 
  | 
1 2 3  | # run BayeScan using low number of iterations
dat <- read.BayeScanData(system.file('extdata', 'example_fstat_aflp.dat', package='bayescanr'))
x <- run.BayeScan(dat, threads=1, n=50, thin=1, nbp=10, pilot=10, burn=10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.