View source: R/bayesOmicAssoc.R
Bayesian model to analyze CNV data
1 2 3 | bayesOmicAssoc(group, data, roi = NA, miss.indiv = 0.9,
sig.level = 0.05, n.iter.burn.in = 1000, n.iter = 5000,
thin = 10, n.chain = 2, ...)
|
group |
name of grouping variable |
data |
omic data. It can be a data frame, ... |
roi |
Range of interest. A vector containing the chromosome number and the start-end positions |
miss.indiv |
minimum percentage of missing individuals allowed. Default is 0.9 |
sig.level |
significance level |
n.iter.burn.in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.