View source: R/methyl_master_formatting_custom.R
methyl_master_formatting_custom | R Documentation |
Formatting the results of the custom functionality to prepare for comparison and output
methyl_master_formatting_custom( custom.form.seg = NULL, custom.form.output.dir = getwd(), custom.form.sample.sheet.path = NULL, custom.form.comparison = NULL, custom.form.save.seg = FALSE, custom.form.thresholds = NULL, ... )
custom.form.seg |
The input sesame segmentation list for formatting |
custom.form.output.dir |
The output dir for sesame formatting |
custom.form.sample.sheet.path |
The path to the MethylMaster sample sheet |
custom.form.comparison |
The MethylMaster comparison vector used in the custom routine analysis |
custom.form.save.seg |
Whether or not to save the formatted seg output |
custom.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 to pass to methyl_master_formatting_sesame |
Formatted seg list object for visualizing etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.