... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: circRNAprofiler |
2 | 2 |
Type: Package |
3 | 3 |
Title: circRNAprofiler: An R-Based Computational Framework for the Downstream Analysis of Circular RNAs |
4 |
-Version: 1.2.4 |
|
4 |
+Version: 1.2.6 |
|
5 | 5 |
Author: Simona Aufiero |
6 | 6 |
Maintainer: Simona Aufiero <[email protected]> |
7 | 7 |
Description: R-based computational framework for a comprehensive in silico |
... | ... |
@@ -15,7 +15,7 @@ Encoding: UTF-8 |
15 | 15 |
biocViews: Annotation, StructuralPrediction, FunctionalPrediction, GenePrediction, |
16 | 16 |
GenomeAssembly, DifferentialExpression |
17 | 17 |
Depends: |
18 |
- R(>= 3.6.0), |
|
18 |
+ R(>= 3.6.0), |
|
19 | 19 |
gwascat |
20 | 20 |
RoxygenNote: 7.1.0 |
21 | 21 |
Suggests: |
... | ... |
@@ -31,6 +31,7 @@ Suggests: |
31 | 31 |
BSgenome.Mmusculus.UCSC.mm9, |
32 | 32 |
BSgenome.Hsapiens.UCSC.hg38, |
33 | 33 |
BSgenome.Mmusculus.UCSC.mm10, |
34 |
+ BiocManager, |
|
34 | 35 |
Imports: |
35 | 36 |
dplyr, |
36 | 37 |
magrittr, |
... | ... |
@@ -52,10 +53,10 @@ Imports: |
52 | 53 |
rlang, |
53 | 54 |
S4Vectors, |
54 | 55 |
stats, |
55 |
- AnnotationHub, |
|
56 | 56 |
GenomeInfoDb, |
57 |
- BSgenome.Hsapiens.UCSC.hg19, |
|
58 | 57 |
universalmotif, |
58 |
+ AnnotationHub, |
|
59 |
+ BSgenome.Hsapiens.UCSC.hg19, |
|
59 | 60 |
VignetteBuilder: |
60 | 61 |
knitr |
61 | 62 |
URL: |