-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.19 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: TBSignatureProfiler
Title: Profile RNA-Seq Data Using TB Pathway Signatures
Version: 1.17.2
Authors@R: c(
person("Aubrey R.", "Odom", , "[email protected]", role = c("aut", "cre", "dtm"),
comment = c(ORCID = "0000-0001-7113-7598")),
person("David", "Jenkins", , "[email protected]", role = c("aut", "org"),
comment = c(ORCID = "0000-0002-7451-4288")),
person("Xutao", "Wang", , "[email protected]", role = "aut"),
person("Yue", "Zhao", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5257-5103")),
person("Christian", "Love", , "[email protected]", role = "ctb"),
person("W. Evan", "Johnson", , "[email protected]", role = "aut")
)
Description: Gene signatures of TB progression, TB disease, and other TB
disease states have been validated and published previously. This
package aggregates known signatures and provides computational tools
to enlist their usage on other datasets. The TBSignatureProfiler makes
it easy to profile RNA-Seq data using these signatures and includes
common signature profiling tools including ASSIGN, GSVA, and ssGSEA.
Original models for some gene signatures are also available. A shiny
app provides some functionality alongside for detailed command line
accessibility.
License: MIT + file LICENSE
URL: https://github.com/wejlab/TBSignatureProfiler
https://wejlab.github.io/TBSignatureProfiler-docs/
BugReports: https://github.com/wejlab/TBSignatureProfiler/issues
Depends:
R (>= 4.4.0)
Imports:
ASSIGN (>= 1.23.1),
BiocParallel,
ComplexHeatmap,
DESeq2,
DT,
edgeR,
gdata,
ggplot2,
GSVA (>= 1.51.3),
HGNChelper,
magrittr,
methods,
RColorBrewer,
reshape2,
ROCit,
S4Vectors,
singscore,
stats,
SummarizedExperiment
Suggests:
BiocStyle,
caret,
circlize,
class,
covr,
dplyr,
e1071,
glmnet,
impute,
knitr,
lintr,
MASS,
plyr,
pROC,
randomForest,
rmarkdown,
shiny,
spelling,
sva,
testthat
VignetteBuilder:
knitr
biocViews: GeneExpression, DifferentialExpression
Encoding: UTF-8
Language: en-US
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1