powered by
The summitMapping method implements a segmentation strategy to identify summits on a 2D-landscape image (see summitWatershed).
summitMapping
summitWatershed
# S4 method for PathwaySpace summitMapping( ps, maxset = 30, minsize = 30, threshold = 0.5, verbose = TRUE, segm_fun = summitWatershed, ... )
A preprocessed PathwaySpace class object.
A PathwaySpace class object.
A single positive integer indicating the maximum number of summits to be returned by the segmentation function.
A single positive integer indicating the minimum size of the summits.
A threshold provided as a fraction (in [0,1]) of the max signal intensity.
[0,1]
A single logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE).
verbose=TRUE
verbose=FALSE
A segmentation function used to detect summits (see summitWatershed).
Additional arguments passed to the segmentation function.
Mauro Castro and TCGA Network.
circularProjection
# Load a large igraph data("PCv12_pruned_igraph", package = "PathwaySpace") # Continue this example from the PathwaySpace vignette, # in the 'PathwaySpace decoration' section
Run the code above in your browser using DataLab