-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.31 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
Package: curatedTBData
Type: Package
Title: Curation of existing tuberculosis transcriptomic studies
Version: 1.99.1
Authors@R: c(
person(given = "Xutao", family = "Wang", role = c("aut", "cre"), email = "[email protected]"),
person(given = c("W.", "Evan"), family = "Johnson", role = c("aut"), email = "[email protected]"),
person(given = "Prasad", family = "Patil", role = c("aut"), email = "[email protected]"))
Description:
The curatedTBData is an R package that provides standardized, curated
tuberculosis(TB) transcriptomic studies. The initial release of the package
contains 49 studies. The curatedTBData package allows users to access
tuberculosis trancriptomic efficiently and to make efficient comparison for
different TB gene signatures across multiple datasets.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.1
Depends: R (>= 4.3.0)
Imports:
AnnotationHub,
ExperimentHub,
MultiAssayExperiment,
rlang,
stats
Suggests:
BiocStyle,
DT,
dplyr,
HGNChelper,
knitr,
methods,
rmarkdown,
SummarizedExperiment,
sva,
testthat
biocViews: ExperimentHub, GEO, Homo_sapiens_Data
URL: https://github.com/compbiomed/curatedTBData
BugReports: https://github.com/compbiomed/curatedTBData/issues
Language: en-US
VignetteBuilder: knitr