Browse code

Changed dependencies of gg packages

Divyagash authored on 06/08/2018 16:00:22
Showing 2 changed files

... ...
@@ -6,7 +6,6 @@ Author: Divy Kangeyan <[email protected]>
6 6
 Maintainer: Divy Kangeyan <[email protected]>
7 7
 Depends: R (>= 3.5.0)
8 8
 Imports:
9
-  ggplot2,
10 9
   knitr,
11 10
   rmarkdown,
12 11
   bsseq,
... ...
@@ -22,7 +21,6 @@ Imports:
22 21
   GenomeInfoDb,
23 22
   Biostrings,
24 23
   DT,
25
-  ggthemes,
26 24
   scales,
27 25
   viridis,
28 26
   HDF5Array (>= 1.7.5)
... ...
@@ -32,7 +30,9 @@ Suggests:
32 30
   TxDb.Hsapiens.UCSC.hg38.knownGene,
33 31
   org.Hs.eg.db,
34 32
   Biobase,
35
-  BiocGenerics
33
+  BiocGenerics,
34
+  ggplot2,
35
+  ggthemes
36 36
 Description: Functions to analyze methylation data can be found here.
37 37
              Some functions are relevant for single cell methylation data but most other
38 38
              functions can be used for any  methylation data.
... ...
@@ -215,7 +215,7 @@ g
215 215
 
216 216
 ## Feature level coverage
217 217
 ```{r feature_coverage,echo=FALSE,warning=FALSE,message=FALSE,fig.height=5, fig.width=5, eval=TRUE ,fig.align='center'}
218
-library(annotatr)
218
+#library(annotatr)
219 219
 featureCovMatrix <- scmeth::featureCoverage(bs,c('genes_promoters','genes_exons','genes_introns','genes_intergenic','cpg_islands','cpg_shelves','cpg_shores','cpg_inter'),params$genome)
220 220
 
221 221
 featureCovDf <- reshape2::melt(featureCovMatrix)