View source: R/qctree_pipeline.R
qctree_pre | R Documentation |
All steps from the PennCNV raw data to the objects required by
qctree()
qctree_pre(
loci,
calls,
pennqc,
samples_list,
rm_dup = T,
minsnp = 20,
maxgap = 0.5,
minoverlap = 0.2
)
Please note that at the moment having the input in the required format is still something the user needs to take care of. Only defaults values for each step are supported at the moment (will change soon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.