... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: MotifDb |
2 | 2 |
Type: Package |
3 | 3 |
Title: An Annotated Collection of Protein-DNA Binding Sequence Motifs |
4 |
-Version: 1.29.9 |
|
5 |
-Date: 2020-04-04 |
|
4 |
+Version: 1.29.11 |
|
5 |
+Date: 2020-04-14 |
|
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 |
... | ... |
@@ -14,3 +14,6 @@ License_is_FOSS: no |
14 | 14 |
License_restricts_use: yes |
15 | 15 |
LazyLoad: yes |
16 | 16 |
biocViews: MotifAnnotation |
17 |
+VignetteBuilder: |
|
18 |
+ knitr |
|
19 |
+Encoding: UTF-8 |
... | ... |
@@ -1,3 +1,10 @@ |
1 |
+CHANGES IN VERSION 1.30 |
|
2 |
+----------------------- |
|
3 |
+NEW FEATURES |
|
4 |
+ |
|
5 |
+ o now has HOCOMOCO version 11, with all motifs classified, and queryable, |
|
6 |
+ by category ("core", "secondary") and reliability (A, B, C, D). |
|
7 |
+ |
|
1 | 8 |
CHANGES IN VERSION 1.24 |
2 | 9 |
----------------------- |
3 | 10 |
|