-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
30 lines (30 loc) · 1.32 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
Package: SepstratifieR
Title: Stratification of infectious disease patients by gene expression profile
Version: 1.0
Authors@R:
person(given = "Eddie",
family = "Cano-Gamez",
role = c("aut", "cre"),
email = "ecg@well.ox.ac.uk",
comment = c(ORCID = "0000-0003-2753-1226"))
Description: Patients with sepsis or severe infection are often very different from one another. Stratifying them into groups with different molecular characteristics can be of great clinical utility. The SepstratifieR package provides easy access to a set of models trained to classify patients into molecular groups with different risks of mortality. These predictions are based on a signature of seven genes which measured in whole blood: ARL14EP (ENSG00000152219), CCNB1IP1 (ENSG00000100814), DYRK2 (ENSG00000127334), ADGRE3 (ENSG00000131355), MDC1 (ENSG00000137337), TDRD9 (ENSG00000156414), and ZAP70 (ENSG00000115085).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.6)
Imports:
batchelor (>= 1.8),
caret (>= 6.0),
randomForest (>= 4.6),
dplyr (>= 1.0),
SummarizedExperiment (>= 1.22),
stats,
methods,
utils,
ggplot2 (>= 3.3),
grDevices (>= 4.1),
MatrixGenerics (>= 1.4),
pheatmap (>= 1.0)