forked from cchen22/TIGER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 891 Bytes
/
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
Package: TIGER
Title: Transcriptional Inference using Gene Expression and Regulatory data
Version: 0.0.0.9000
Authors@R:
person(given = "Chen",
family = "Chen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Estimating regulatory network and transcription factor activities in bulk and single-cell RNAseq data using Bayesian matrix factorization.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
cmdstanr (>= 0.5.3),
GeneNet (>= 1.2.16),
loo (>= 2.5.1)
Suggests:
dorothea,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/cchen22/TIGER
BugReports: https://github.com/cchen22/TIGER/issues
Depends:
R (>= 2.10)