Description Usage Arguments Details Value Note
View source: R/methylcnv-pipe.R
The method was described in the paper Feng, G. A Statistical Method to Estimate DNA Copy Number from Illumina High-Density Methylation Arrays. Systems Biomedicine (2013).
1 2 3 4 |
ref |
Reference samples stored in an object of
|
qry |
Query samples stored in an object of
|
report_dir |
A character scalar of reporting. |
norm_method |
A character scalar of method, including raw, illumina, swan, quantile, noob, funnorm, yamat, dkfz, methylcnv. Default to "methylcnv". |
batch |
factor or vector indicating batches. Default to |
batch2 |
optional factor or vector indicating a second series of
batches. Default to |
pipe_file |
A character scalar of the filename storing the pipeline result sample by sample. Default to "methylCNV.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. |
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 CMethylCNVPipe
class.
The method was named methylCNV according to Feng's paper. It is supposed to be implemented in the Lumi package. However, I did not find it by searching the name or CNV in its manual.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.