-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.22 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: mgx2r
Title: Import mesh and cell graph files from MorphoGraphX
software
Version: 0.0.2.9000
Authors@R:
c(person(given = "Marion",
family = "Louveaux",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1794-3748")),
person(given = "Sébastien",
family = "Rochette",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1565-9313")))
Description: Import mesh and cell graph files from MorphoGraphX
software as tidy dataframes. Propose visualization solutions for mesh
and cell graph files from MorphoGraphX with Plotly and Shiny using the
library cellviz3d.
License: GPL-3
URL: https://github.com/marionlouveaux/mgx2r
BugReports: https://github.com/marionlouveaux/mgx2r/issues
Remotes: marionlouveaux/cellviz3d
Imports:
dplyr,
glue,
grDevices,
magrittr,
parallel,
purrr,
readr,
rgl,
snow,
tidyr,
utils
Suggests:
cellviz3d,
colorRamps,
knitr,
pkgdown,
plotly,
RColorBrewer,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0