View source: R/methyl_master_formatting_hm450.R
methyl_master_formatting_hm450 | R Documentation |
Formatting the hm450 output to prepare for plotting etc.
methyl_master_formatting_hm450( hm450.form.seg = NULL, hm450.form.output.dir = getwd(), hm450.form.sample.sheet.path = NULL, hm450.form.thresholds = NULL, hm450.form.workflow = "B", hm450.form.comparison = NULL, hm450.form.save.seg = FALSE, ... )
hm450.form.seg |
The hm450 routine seg results as input to be formatted |
hm450.form.output.dir |
The output dir for the formatting results |
hm450.form.sample.sheet.path |
The MehtylMaster sample sheet path |
hm450.form.thresholds |
The thresholds used to determine the CNV state, if NULL, the equation seg.state <- round(2^seg.means * 2) is used |
hm450.form.workflow |
The specific HM450 workflow that was used |
hm450.form.comparison |
The MethylMaster two-element comparison vector |
hm450.form.save.seg |
Whether to save the formatted HM450 results |
... |
Additional parameters passed to methyl_master_formatting_hm450 |
#Formatted seg list object for overlaps and visualizing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.