View source: R/methyl_master_formatting_champ.R
methyl_master_formatting_champ | R Documentation |
formatting the champ seg results for overlaps and visualization etc.a Michael Mariani PhD Dartmouth College 2021
methyl_master_formatting_champ( champ.form.seg = NULL, champ.form.output.dir = getwd(), champ.form.save.seg = FALSE, champ.form.comparison = NULL, champ.form.padj = NULL, champ.form.thresholds )
champ.form.seg |
The input ChAMP CNV segmentation results |
champ.form.output.dir |
The output directory used |
champ.form.save.seg |
Whether to save the formatted ChAMP results |
champ.form.comparison |
The MethylMaster comparison vector |
champ.form.padj |
The padj that was used in the ChAMP routine |
champ.form.thresholds |
The thresholds used to determine the CNV state, if NULL, the equation seg.state <- round(2^seg.means * 2) is used |
... |
Additional parameters passed to methyl_master_champ_formatting |
Formatted champ result as MethylMaster seg object for downstream analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.