summitMapping,PathwaySpace-method | R Documentation |
The summitMapping
method implements a segmentation
strategy to identify summits on a 2D-landscape image
(see summitWatershed
).
## S4 method for signature 'PathwaySpace'
summitMapping(
ps,
maxset = 30,
minsize = 30,
threshold = 0.5,
verbose = TRUE,
segm_fun = summitWatershed,
...
)
ps |
A PathwaySpace class object. |
maxset |
A single positive integer indicating the maximum number of summits to be returned by the segmentation function. |
minsize |
A single positive integer indicating the minimum size of the summits. |
threshold |
A threshold provided as a fraction (in |
verbose |
A single logical value specifying to display detailed
messages (when |
segm_fun |
A segmentation function used to detect summits
(see |
... |
Additional arguments passed to the segmentation function. |
A preprocessed PathwaySpace class object.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.