-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.4 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
Package: romic
Type: Package
Title: R for High-Dimensional Omic Data
Version: 1.2.4
Authors@R: c(
person(
given = "Sean",
family = "Hackett",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9553-4341")
),
person(
given = "Calico Life Sciences LLC",
role = c("cph", "fnd")
)
)
Maintainer: Sean Hackett <[email protected]>
Description: Represents high-dimensional data as tables of features, samples and measurements, and a design list for tracking the meaning of individual variables. Using this format, filtering, normalization, and other transformations of a dataset can be carried out in a flexible manner. 'romic' takes advantage of these transformations to create interactive 'shiny' apps for exploratory data analysis such as an interactive heatmap.
Depends: R (>= 3.2.3)
biocViews:
Imports: checkmate,
cli,
dplyr,
ggplot2,
glue,
purrr,
readr,
reshape2,
rlang,
shiny (>= 1.5.0),
stringr,
tibble,
tidyr (>= 1.0.0)
Suggests:
knitr,
impute,
lazyeval,
plotly,
rmarkdown,
usethis,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://calico.github.io/romic/, https://github.com/calico/romic
BugReports: https://github.com/calico/romic/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3