-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: cd8ippred
Title: Predict CD8 immune phenotypes based on the RNA-Seq data
Version: 0.1.0
Authors@R: c(
person(given = c(first = "Iakov", middle = "I."),
family = "Davydov",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3510-3926")),
person(given = "Martha",
family = "Serrano",
role = c("ctb", "cph"),
email = "[email protected]"),
person(given = "Petra",
family = "Schwalie",
role = c("ctb", "cph"),
email = "[email protected]"),
person(given = "F. Hoffman-La Roche", role = c("cph", "fnd")))
Description: This package contains an ElasticNet model which can use
RNA-Seq data to predict immune phenotypes of the samples.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
assertthat,
Biobase,
DESeq2,
glmnet,
Matrix,
SummarizedExperiment
Depends:
R (>= 4.1)
LazyData: true
LazyDataCompression: xz
Suggests:
knitr,
rmarkdown,
dplyr,
tidyr,
ggplot2,
yardstick,
devtools
VignetteBuilder: knitr
biocViews:
URL: https://bedapub.github.io/cd8ippred/, https://github.com/bedapub/cd8ippred
BugReports: https://github.com/bedapub/cd8ippred/issues