PathwaySpace-package {PathwaySpace} | R Documentation |
PathwaySpace: Spatial Projection of Network Signals along Geodesic Paths
Description
For a given graph containing vertices, edges, and a signal associated with the vertices, the PathwaySpace package performs a convolution operation, which involves a weighted combination of neighboring vertices and their associated signals. The package then uses a decay function to propagate these signals, creating geodesic paths on a 2D-image space.
Details
Package: | PathwaySpace |
Type: | Software |
License: | Artistic-2.0 |
Maintainer: | Mauro Castro mauro.a.castro@gmail.com |
Index
PathwaySpace-class: | An S4 class for signal propagation on pathway spaces. |
buildPathwaySpace: | Constructor of PathwaySpace-class objects. |
circularProjection: | Creating 2D-landscape images from graph objects. |
polarProjection: | Creating 2D-landscape images from graph objects. |
silhouetteMapping: | Mapping graph silhouettes on PathwaySpace images. |
summitMapping: | Mapping summits on a 2D-landscape image. |
getPathwaySpace: | Accessory method for fetching slots from a PathwaySpace object. |
plotPathwaySpace: | Plotting 2D-landscape images for the PathwaySpace package. |
Further information is available in the vignettes by typing
vignette('PathwaySpace')
. Documented topics are also available in
HTML by typing help.start()
and selecting the PathwaySpace package
from the menu.
Author(s)
The Cancer Genome Atlas Analysis Network.
References
The Cancer Genome Atlas Analysis Network (2023). PathwaySpace: Spatial propagation of network signals along geodesic paths. R package version 0.99.
See Also
Useful links:
Report bugs at https://github.com/sysbiolab/PathwaySpace/issues