Description Usage Arguments Details Value
Preprocessing include normalization and batch effect removal.
1 2 3 4 |
ref |
Reference samples stored in an object of
|
qry |
Query samples stored in an object of
|
norm_method |
A character scalar of method, including raw, illumina, swan, quantile, noob, funnorm, yamat, dkfz, quantile, methylcnv. Default to "swan". |
batch |
factor or vector indicating batches. Default to |
batch2 |
optional factor or vector indicating a second series of
batches. Default to |
batch_effect_method |
A character scalar of methods, including "mum" (methylation and unmethylation separately), "cn" (copy number), "beta" (beta-value). Default to "cn". |
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 GenomicMethylSet-class or
MethylSet-class. If norm_method is quantile,
an object of GenomicRatioSet-class is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.