forked from joseah/regutools
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
69 lines (69 loc) · 2.8 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
58
59
60
61
62
63
64
65
66
67
68
69
Package: regutools
Title: regutools: an R package for data extraction from RegulonDB
Version: 1.7.1
Date: 2021-11-15
Authors@R: c(
person ("Joselyn", "Chavez", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4974-4591")),
person("Carmina", "Barberena-Jonas", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7413-638X")),
person(c("Jesus", "E."), "Sotelo-Fonseca", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-1600-2396")),
person("Jose", "Alquicira-Hernandez", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0002-9049-7780")),
person("Heladia", "Salgado", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0002-3166-5801")),
person("Leonardo", "Collado-Torres", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2140-308X")),
person("Alejandro", "Reyes", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-8717-6612"))
)
Description: RegulonDB has collected, harmonized and centralized data
from hundreds of experiments for nearly two decades and is considered
a point of reference for transcriptional regulation in Escherichia coli K12.
Here, we present the regutools R package to facilitate programmatic
access to RegulonDB data in computational biology. regutools provides
researchers with the possibility of writing reproducible workflows
with automated queries to RegulonDB. The regutools package serves as
a bridge between RegulonDB data and the Bioconductor ecosystem by
reusing the data structures and statistical methods powered by other
Bioconductor packages. We demonstrate the integration of regutools
with Bioconductor by analyzing transcription factor DNA binding sites
and transcriptional regulatory networks from RegulonDB. We anticipate
that regutools will serve as a useful building block in our progress
to further our understanding of gene regulatory networks.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.0)
Imports:
AnnotationDbi,
AnnotationHub,
Biostrings,
DBI,
GenomicRanges,
Gviz,
IRanges,
RCy3,
RSQLite,
S4Vectors,
methods,
stats,
utils,
BiocFileCache
LazyData: true
RoxygenNote: 7.1.1
Suggests:
BiocStyle,
knitr,
RefManageR,
rmarkdown,
sessioninfo,
testthat (>= 2.1.0),
covr
URL: https://github.com/ComunidadBioInfo/regutools
BugReports: https://support.bioconductor.org/t/regutools
biocViews: GeneRegulation, GeneExpression, SystemsBiology,
Network,NetworkInference,Visualization, Transcription
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr