-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.69 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: PathwaySpace
Type: Package
Title: Spatial Projection of Network Signals along Geodesic Paths
Version: 1.0.1
Authors@R:
c(person("Victor", "Apolonio", role = "ctr"),
person("Vinicius", "Chagas", role = "ctr"),
person("Mauro", "Castro", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4942-8131")))
Depends: R(>= 4.4), methods, RGraphSpace
Imports: grDevices, stats, scales, igraph, RANN, ggplot2, ggrepel
Suggests: knitr, rmarkdown, testthat, RedeR
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 project these signals, creating geodesic paths on a 2D-image space. 'PathwaySpace' could have various applications, such as visualizing and analyzing network data in a graphical format that highlights the relationships and signal strengths between vertices. It can be particularly useful for understanding the influence of signals through complex networks. By combining graph theory, signal processing, and visualization, the 'PathwaySpace' package provides a novel way of representing and analyzing graph data.
License: Artistic-2.0
VignetteBuilder: knitr
URL: https://github.com/sysbiolab/PathwaySpace
BugReports: https://github.com/sysbiolab/PathwaySpace/issues
Collate:
pspaceChecks.R
pspaceSupplements.R
pspaceMisc.R
pspaceWatershed.R
pspaceDecay.R
pspaceClasses.R
pspaceGenerics.R
pspaceMethods.R
pspacePlots.R
Encoding: UTF-8
RoxygenNote: 7.3.2