-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 925 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
26
27
28
29
30
31
32
33
34
Package: GAMBLR.open
Title: GAMBLR.open
Version: 1.0
Authors@R: c(
person("Ryan", "Morin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2932-7800")),
person("Kostia", "Dreval", role = "aut",
comment = c(ORCID = "0000-0002-6214-2843"))
)
Description: Database, mining, manipulation and convenience functions for
working with genomic data of mature B-cell lymphomas.
License: MIT
Depends:
R (>= 3.5.0)
Imports:
cli (>= 3.6.1),
GAMBLR.data (>= 1.1.1),
GAMBLR.helpers (>= 1.1.1),
GAMBLR.utils (>= 1.1.1),
GAMBLR.viz (>= 1.1.1),
GAMBLR.predict (>= 1.0),
rlang (>= 1.1.0)
Remotes:
morinlab/GAMBLR.data,
morinlab/GAMBLR.helpers,
morinlab/GAMBLR.utils,
morinlab/GAMBLR.viz,
morinlab/GAMBLR.predict
biocViews:
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1