-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
25 lines (25 loc) · 944 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
Package: motifmatchr
Type: Package
Title: Fast Motif Matching in R
Version: 1.1.1
Date: 2017-03-08
Authors@R: c( person("Alicia", "Schep", email = "[email protected]",
role = c("aut","cre")), person("Stanford University", role =
"cph"))
Maintainer: Alicia Schep <[email protected]>
Description: Quickly find motif matches for many motifs and many
sequences. Wraps C++ code from the MOODS motif calling library,
which was developed by Pasi Rastas, Janne Korhonen, and Petri
Martinmäki.
License: GPL-3 + file LICENSE
Imports: Matrix, Rcpp, methods, TFBSTools, Biostrings, BSgenome,
S4Vectors, SummarizedExperiment, GenomicRanges, IRanges,
Rsamtools, GenomeInfoDb
Depends: R (>= 3.3)
Suggests: testthat, knitr, rmarkdown, BSgenome.Hsapiens.UCSC.hg19
biocViews: MotifAnnotation
LinkingTo: Rcpp, RcppArmadillo
SystemRequirements: C++11
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Encoding: UTF-8