-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.04 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: benchmarKIN
Title: Benchmark of kinase activity inference methods
Version: 0.0.1.0000
Authors@R:
c(person(given = "Sophia",
family = "Müller-Dott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9710-1865")),
person(given = "Eric J.",
family = "Jaehnig",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9618-6011"))
)
Description: benchmarKIN provides two benchmarking approaches for kinase activity inference (perturbation-based and tumor-based).
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Depends:
R (>= 3.10)
Imports:
Matrix,
MASS,
dplyr,
tidyr,
tibble,
purrr,
reticulate,
stringr,
pROC,
readr
Suggests:
tidyverse,
knitr,
rmarkdown,
testthat (>= 3.0.0)
LazyData: true
VignetteBuilder: knitr