analyze,Vision-method | R Documentation |
The main analysis function. Runs the entire VISION analysis pipeline and returns a VISION object populated with the result.
## S4 method for signature 'Vision'
analyze(object, tree = FALSE, hotspot = FALSE)
object |
VISION object |
tree |
whether to use the TREE slot of the object to calculate values |
VISION object
## Not run:
vis <- Vision(data = expMat, signatures = sigs)
options(mc.cores=10) # Use 10 cores
vis <- analyze(vis)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.