View source: R/methyl_master_formatting_epicopy.R
methyl_master_formatting_epicopy | R Documentation |
Formatting the Epicopy output into MethylMaster seg object for downstream analyses
methyl_master_formatting_epicopy( epi.form.seg = NULL, epi.form.output.dir = getwd(), epi.form.save.seg = FALSE, epi.form.comparison = NULL, epi.form.thresholds = NULL )
epi.form.seg |
The input Epicopy seg results |
epi.form.output.dir |
The output dir for the formatted seg object |
epi.form.save.seg |
Whether to save the formatted Epicopy seg results |
epi.form.comparison |
The comparison vector used earlier in the anlysis |
epi.form.thresholds |
The thresholds used to determine the CNV state, if NULL, the equation seg.state <- round(2^seg.means * 2) is used |
Formatted epicopy result as a MethylMaster seg object for downstream analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.