-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 1.26 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
Package: hastaLaVista
Type: Package
Title: visualize metabolomics data interactively
Version: 0.1.1
Authors@R: person(given = "Julien",
family = "Wist",
role = c("aut", "cre"),
email = "julien.wist@correounivalle.edu.co",
comment = c(ORCID = "0000-0002-3416-2572"))
Description: To connect R results to github.com/npellet/visualizer project using my.cheminfo.org.
This allows to interactively display data with R.
R is a powerfull software for data analysis, however it lacks the possibility to display data in an interactive fashion.
For example it is not possible to display a spectra and zoom in and out. With this package we offer the possibility to
visualize the data in the browser. Data displayed in different modules can interact with each others, so it is possible
to construct a tool to identify outliers in a PCA score plot and retreive the corresponding data.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: none
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
jsonlite (>= 1.5),
servr (>= 0.10),
methods,
rstudioapi,
httpuv
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
StagedInstall: no