-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 876 Bytes
/
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
Package: interactmapper
Title: An Interactive Plotting Tool for Dimension Reduction
Version: 0.0.0.9000
Authors@R:
person(given = "Octavia",
family = "Dancu-Lixandru",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The package interactmapper makes interpreting dimension reduction results more intuitive and open to exploration, by providing easy ways to overlay secondary information on your plotted data, with hovertext labels featuring the features of your choice, color coordinated based on your primary feature of interest.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 6.1.1
Imports:
umap,
colourvalues,
ggplot2,
plotly,
shiny
VignetteBuilder: knitr