-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.67 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
Package: memes
Type: Package
Title: motif matching, comparison, and de novo discovery using the MEME Suite
Version: 1.13.1
Authors@R: person("Spencer", "Nystrom",
email = "nystromdev@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-1000-1579"))
Description: A seamless interface to the MEME Suite family of tools for motif
analysis. 'memes' provides data aware utilities for using GRanges objects as
entrypoints to motif analysis, data structures for examining & editing motif
lists, and novel data visualizations. 'memes' functions and data structures are
amenable to both base R and tidyverse workflows.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
Biostrings,
dplyr,
cmdfun (>= 1.0.2),
GenomicRanges,
ggplot2,
ggseqlogo,
magrittr,
matrixStats,
methods,
patchwork,
processx,
purrr,
rlang,
readr,
stats,
tools,
tibble,
tidyr,
utils,
usethis,
universalmotif (>= 1.9.3),
xml2
Suggests:
cowplot,
BSgenome.Dmelanogaster.UCSC.dm3,
BSgenome.Dmelanogaster.UCSC.dm6,
forcats,
testthat (>= 2.1.0),
knitr,
MotifDb,
pheatmap,
PMCMRplus,
plyranges (>= 1.9.1),
rmarkdown,
covr
biocViews: DataImport, FunctionalGenomics, GeneRegulation, MotifAnnotation, MotifDiscovery, SequenceMatching, Software
RoxygenNote: 7.1.1
SystemRequirements: Meme Suite (v5.3.3 or above) <http://meme-suite.org/doc/download.html>
VignetteBuilder: knitr
URL: https://snystrom.github.io/memes/, https://github.com/snystrom/memes
BugReports: https://github.com/snystrom/memes/issues
Depends:
R (>= 4.1)
Config/testthat/edition: 3