-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
57 lines (57 loc) · 1.32 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
50
51
52
53
54
55
56
57
Package: vitessceR
Type: Package
Title: Create Interactive Single-cell Visualizations with the 'Vitessce' JavaScript Library
Version: 0.99.0
Authors@R: c(
person(
given = "Mark",
family = "Keller",
email = "mark_keller@g.harvard.edu",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-3003-874X")
)
)
Description:
R API and htmlwidget facilitating interactive visualization
of spatial single-cell data with Vitessce. The R API contains
classes and functions for loading single-cell data stored in
compatible on-disk formats. The htmlwidget is a wrapper around
the Vitessce JavaScript library and can be used in the Viewer tab
of RStudio or Shiny apps.
biocViews: SingleCell, Spatial, Visualization, ShinyApps
License: MIT + file LICENSE
BugReports: https://github.com/vitessce/vitessceR/issues
URL: https://github.com/vitessce/vitessceR
Encoding: UTF-8
LazyData: false
Language: en-US
StagedInstall: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports:
Matrix,
DelayedArray,
htmlwidgets,
jsonlite,
R6,
plumber,
mime,
future,
httpuv,
stringr,
stringi,
tools,
stats,
methods,
S4Vectors,
grDevices
Suggests:
testthat,
knitr,
covr,
bslib,
pkgdown,
rmarkdown,
purrr,
rjson