Description Usage Arguments Details Value
CNV pipeline backbone is the steps after preprocessing, including loading data into Conumee, analysis and write the result.
1 2 | conumee_backbone(x, report_dir, pipe_file = "conumee.Rda",
dnacopy_seed = 1, overwrite = FALSE, verbose = TRUE, ...)
|
x |
An object of |
report_dir |
A character scalar of reporting. |
pipe_file |
A character scalar of the filename storing the pipeline result sample by sample. Default to "conumee.Rda". Turn off the saving by set it to NULL. |
dnacopy_seed |
An integer scalar to set the seed. Default to 1. |
overwrite |
A logical scalar. Default to FALSE. |
verbose |
A logical scalar. Default to TRUE. |
... |
Any arguments passed to |
The ref
and qry
should include at least the following
columns Sample_Name
, Gender
, Batch
, Sample_Prep
.
Batch effects are removed on methylation and unmethylation signals (log2
transformed) separately.
An object of ConumeePipe
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.