analyze-Vision-method: Main entry point for running VISION Analysis

analyze,Vision-methodR Documentation

Main entry point for running VISION Analysis

Description

The main analysis function. Runs the entire VISION analysis pipeline and returns a VISION object populated with the result.

Usage

## S4 method for signature 'Vision'
analyze(object, tree = FALSE, hotspot = FALSE)

Arguments

object

VISION object

tree

whether to use the TREE slot of the object to calculate values

Value

VISION object

Examples

## Not run: 

vis <- Vision(data = expMat, signatures = sigs)

options(mc.cores=10) # Use 10 cores
vis <- analyze(vis)


## End(Not run)

YosefLab/FastProjectR documentation built on Feb. 15, 2023, 6:21 a.m.