Learn R Programming

PathwaySpace (version 0.99.4)

PathwaySpace-package: 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.

Arguments

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

The Cancer Genome Atlas Analysis Network.

Details

Package:PathwaySpace
Type:Software
License:Artistic-2.0
Maintainer:Mauro Castro mauro.a.castro@gmail.com

References

The Cancer Genome Atlas Analysis Network (2023). PathwaySpace: Spatial propagation of network signals along geodesic paths. R package version 0.99.

See Also