-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 2.33 KB
/
Copy pathDESCRIPTION
File metadata and controls
59 lines (59 loc) · 2.33 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: RGraphSpace
Type: Package
Version: 1.5.3
Title: A Lightweight Interface Between 'igraph' and 'ggplot2' Graphics
Description: An interface for rendering 'igraph' objects as 'ggplot2' graphics
within a normalized coordinate space. 'RGraphSpace' implements new
geometries that treat a graph as a single coherent object, synchronizing
node and edge layers under standard aesthetic mappings. Node features are
resolved on demand, supporting high-dimensional data without expanding
node tables. Spatial alignment is available at the pixel level,
with node coordinates anchored to pixel centers through a half-pixel
offset, enabling precise node positioning over external reference frames
such as images and maps.
Authors@R:
c(person("Sysbiolab Team", role = "aut"),
person("Flávio", "Kessler", role = "ctb"),
person("Jonathan", "Back", role = "ctb"),
person("Lana", "Querne", role = "ctb"),
person("Victor", "Apolonio", role = c("ctb")),
person("Vinicius", "Chagas", role = "ctb"),
person("Mauro", "Castro", role = c("cre"),
email = "mauro.a.castro@gmail.com",
comment = c(ORCID = "0000-0003-4942-8131")))
Depends: R(>= 4.5), methods, ggplot2 (>= 4.0)
Imports: grDevices, grid, igraph, tidygraph, scales, rlang, ggrastr, Matrix, stats, sf, terra, lifecycle
Suggests: knitr, rmarkdown, testthat, ggraph, ggnewscale, patchwork, Seurat, SeuratObject, SummarizedExperiment, SpatialExperiment
Enhances: RedeR
License: Artistic-2.0
VignetteBuilder: knitr
URL: https://github.com/sysbiolab/RGraphSpace, https://sysbiolab.github.io/RGraphSpace/
BugReports: https://github.com/sysbiolab/RGraphSpace/issues
Collate:
'geom-edgespace.R'
'geom-graphspace.R'
'geom-nodespace.R'
'gspace-checks.R'
'gspace-classes.R'
'gspace-constructor.R'
'gspace-generics.R'
'gspace-methods.R'
'gspace-accessors.R'
'gspace-misc.R'
'gspace-subset.R'
'gspace-addition.R'
'gspace-subscript.R'
'gspace-normalize.R'
'gspace-transform.R'
'gspace-transform-rawcoords.R'
'gspace-geometry.R'
'gspace-themes.R'
'gspace-validation.R'
'gspace-ggplot-constructor.R'
'annotation-gspace.R'
'gspace-coercion.R'
'gspace-features.R'
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle
Config/roxygen2/version: 8.0.0