View source: R/methyl_master_formatting_sesame.R
methyl_master_formatting_sesame | R Documentation |
formatting the results of the sesame functionality to prepare for comparison and output
methyl_master_formatting_sesame( sesame.form.seg = NULL, sesame.form.output.dir = getwd(), sesame.form.sample.sheet.path = NULL, sesame.form.reference = NULL, sesame.form.split.by = NULL, sesame.form.comparison = NULL, sesame.form.save.seg = FALSE, sesame.form.plot.individual = FALSE, sesame.form.thresholds = NULL, ... )
sesame.form.seg |
The input sesame segmentation list for formatting |
sesame.form.output.dir |
The output dir for sesame formatting |
sesame.form.reference |
The sesame reference used in the analysis |
sesame.form.split.by |
The split.by field used in the sesame routine in the MethylMaster sample sheet |
sesame.form.comparison |
The MethylMaster comparison vector used in the Sesame routine analysis |
sesame.form.save.seg |
Whether or not to save the formatted seg output |
sesame.form.plot.individual |
Whether to plot the individual sesame sample signal plots |
sesame.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 |
sample.form.sample.sheet.path |
The path to the MethylMaster sample sheet |
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.