-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.11 KB
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
Package: tissueResolver
Title: A package to compute virtual tissues from bulk and single cell data
Version: 1.0.1
Authors@R: c(
person(given = "Jakob", family = "Simeth", role = c("aut", "cre"), email = "jakob.simeth@ur.de", comment = c(ORCID = "0000-0002-7832-2582")),
person(given = "Paul", family = "Hüttl", role = c("ctb"), email = "paul.huettl@ur.de"),
person(given = "Marian", family = "Schön", role = c("ctb"), email = "marian.schoen@ur.de"),
person(given = "Fabio", family = "Teves", role = c("ctb"), email = "fabio.teves@informatik.uni-regensburg.de")
)
Description: Computes virtual tissues by selecting and weighting provided single cells to mimic a bulk. Virtual tissues can then be analysed similar to single cells.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
Imports:
dplyr,
tibble,
tidyr,
forcats,
ggplot2,
gridExtra,
MASS,
parallel,
rlang,
scales
VignetteBuilder: knitr