... |
... |
@@ -1,12 +1,12 @@
|
1 |
1 |
Package: MotifDb
|
2 |
2 |
Type: Package
|
3 |
3 |
Title: An Annotated Collection of Protein-DNA Binding Sequence Motifs
|
4 |
|
-Version: 1.35.4
|
5 |
|
-Date: 2021-08-25
|
|
4 |
+Version: 1.35.5
|
|
5 |
+Date: 2021-09-01
|
6 |
6 |
Author: Paul Shannon, Matt Richards
|
7 |
7 |
Maintainer: Paul Shannon <pshannon@systemsbiology.org>
|
8 |
8 |
Depends: R (>= 3.5.0), methods, BiocGenerics, S4Vectors, IRanges, GenomicRanges, Biostrings
|
9 |
|
-Suggests: RUnit, seqLogo, BiocStyle, knitr, rmarkdown, formatR
|
|
9 |
+Suggests: RUnit, seqLogo, BiocStyle, knitr, rmarkdown, formatR, markdown
|
10 |
10 |
Imports: rtracklayer, splitstackshape
|
11 |
11 |
Description: More than 9900 annotated position frequency matrices from 14 public sources, for multiple organisms.
|
12 |
12 |
License: Artistic-2.0 | file LICENSE
|
... |
... |
@@ -17,5 +17,6 @@ biocViews: MotifAnnotation
|
17 |
17 |
VignetteBuilder:
|
18 |
18 |
knitr,
|
19 |
19 |
rmarkdown,
|
20 |
|
- formatR
|
|
20 |
+ formatR,
|
|
21 |
+ markdown
|
21 |
22 |
Encoding: UTF-8
|