| loadRnBeadsAnalysis | R Documentation |
Loads RnBeads analysis results (RnBSet object, differential methylation) and optionally runs the corresponding preanalysis script and sets options
loadRnBeadsAnalysis(
input,
type = "cluster_run",
preprocessed = TRUE,
setOptions = TRUE,
preAnalysis = TRUE,
diffMeth = TRUE
)
input |
input directory |
type |
analysis type. Currently only "cluster_run" is supported |
preprocessed |
determines the type of RnBSet object to be loaded. If |
setOptions |
should the analysis options be set from the options settings of the RnBeads run? |
preAnalysis |
should the corresponding preanalysis script be called |
diffMeth |
should the differential analysis result be loaded in addition? |
A list containing the RnBSet object (list item rnbs) and optionally
the differential methylaiton result (list item diffmeth)
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.