forked from saezlab/dorothea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
Package: dorothea
Type: Package
Title: Collection Of Human And Mouse TF Regulons
Version: 0.99.8
Authors@R: c(
person(given = "Christian H.",
family = "Holland",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3060-5786")),
person(given = "Luz",
family = "Garcia-Alonso",
role = "aut"),
person(given = "Alberto",
family = "Valdeolivas",
role = "ctb"),
person(given = "Minoo",
family = "Ashtiani",
role = "ctb"),
person(given = "Attila",
family = "Gabor",
role = "ctb")
)
Description: This package contains human and mouse TF regulons.
The human regulons were curated and collected from different types of
evidence such as literature curated resources, ChIP-seq peaks, TF binding
site motifs and interactions inferred directly from gene expression. The
mouse regulons were constructed by mapping the human gene symbols to their
orthologs in mice. Those regulons can be coupled with any statistical method
that aims to analyse gene sets to infer TF activity from gene expression
data. Preferably the statistical method viper is used.
URL: https://github.com/saezlab/dorothea
BugReports: https://github.com/saezlab/dorothea/issues
Depends: R (>= 3.6)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
biocViews: ExperimentData, Homo_sapiens_Data, Mus_musculus_Data
Imports:
dplyr,
magrittr,
bcellViper
Suggests:
Biobase,
BiocStyle,
knitr,
pheatmap,
Seurat,
SingleCellExperiment,
SummarizedExperiment,
testthat (>= 2.1.0),
tibble,
tidyr,
utils,
viper