getScalpelStep0: Read in results from Step 0 of SCALPEL.

Description Usage Arguments Value See Also Examples

View source: R/SCALPEL_helper.R

Description

This step allows the user to retrieve the object of class scalpelStep0 for results from a previous session.

Usage

1
getScalpelStep0(outputFolder)

Arguments

outputFolder

The existing directory where the results that the user wishes to use are saved.

Value

An object of class scalpelStep0, which can be used to run SCALPEL Step 1 using scalpelStep1 or can be used with the plotting functions plotFrame, plotThresholdedFrame, and plotVideoVariance.

See Also

scalpelStep0, scalpel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
### many of the functions in this package are interconnected so the
### easiest way to learn to use the package is by working through the vignette,
### which is available at ajpete.com/software

#assumes you have run the example for the "scalpel" function
#folder where results were saved
outputFolder = "scalpelResults"

#read previous results in
out = getScalpelStep0(outputFolder = outputFolder)

## End(Not run)

scalpel documentation built on Feb. 3, 2021, 9:05 a.m.