Description Usage Arguments Details Value
View source: R/conumee-pipe-tune.R
Run Conumee pipeline with different preprocessing methods, i.e. the combination of normalization methods and batch effect correction. The function serves as a template for writing your own function to run the pipeline with different parameters, rather than a function of general purpose.
1 2 3 4 5 |
ref |
Reference samples stored in an object of
|
qry |
Query samples stored in an object of
|
report_dir |
A character scalar of reporting. |
norm_methods |
A character vector of methods, including raw, illumina, swan, quantile, noob, funnorm, yamat, dkfz, quantile, methylcnv. Default to all of them. |
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. Turn off the saving by set it to |
dnacopy_seed |
An integer scalar to set the seed. Default to 1. |
segment_grid |
A |
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.
The function outputs the result in a directory. Each subdirectory is a
normalzation method. A deeper subdirectory is named in a pattern of
"batch
-batch2
". Then, it contains the subdirectories of
sample names, in which there is a segment table named "segments.csv".
An object of ConumeePipe
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.