-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.1 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
70
71
Package: monaLisa
Type: Package
Title: Binned Motif Enrichment Analysis and Visualization
Version: 1.13.2
Authors@R: c(
person("Dania", "Machlab", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-2578-6930")),
person("Lukas", "Burger", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-5596-7567")),
person("Charlotte", "Soneson", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3833-2169")),
person("Dany", "Mukesha", role = c("ctb"),
comment = c(ORCID = "0009-0001-9514-751X")),
person("Michael", "Stadler", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2269-4934")))
Description: Useful functions to work with sequence motifs in the analysis of
genomics data. These include methods to annotate genomic regions or
sequences with predicted motif hits and to identify motifs that drive
observed changes in accessibility or expression. Functions to produce
informative visualizations of the obtained results are also provided.
Depends: R (>= 4.1)
Imports:
methods,
stats,
utils,
grDevices,
graphics,
BiocGenerics,
GenomicRanges,
TFBSTools,
Biostrings,
IRanges,
stabs,
BSgenome,
glmnet,
S4Vectors,
SummarizedExperiment,
BiocParallel,
grid,
circlize,
ComplexHeatmap (>= 2.11.1),
XVector,
GenomeInfoDb,
tools,
vioplot,
RSQLite
Suggests:
JASPAR2020,
JASPAR2024,
BSgenome.Mmusculus.UCSC.mm10,
TxDb.Mmusculus.UCSC.mm10.knownGene,
knitr,
rmarkdown,
testthat,
BiocStyle,
gridExtra
License: GPL (>= 3)
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2
VignetteBuilder: knitr
biocViews:
MotifAnnotation,
Visualization,
FeatureExtraction,
Epigenetics
URL: https://github.com/fmicompbio/monaLisa,
https://bioconductor.org/packages/monaLisa/,
https://fmicompbio.github.io/monaLisa/
BugReports: https://github.com/fmicompbio/monaLisa/issues