Browse code

updated the mbiasPlot Namespace

Divyagash authored on 20/03/2018 21:13:59
Showing 3 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: scmeth
2 2
 Type: Package
3 3
 Title: Functions to conduct quality control analysis in methylation data
4
-Version: 0.99.27
4
+Version: 0.99.28
5 5
 Author: Divy Kangeyan <[email protected]>
6 6
 Maintainer: Divy Kangeyan <[email protected]>
7 7
 Depends: R (>= 3.5.0)
... ...
@@ -30,6 +30,8 @@ importFrom(annotatr,builtin_genomes)
30 30
 importFrom(annotatr,summarize_annotations)
31 31
 importFrom(bsseq,getCoverage)
32 32
 importFrom(ggthemes,theme_tufte)
33
+importFrom(plyr,ddply)
34
+importFrom(plyr,summarise)
33 35
 importFrom(scales,comma)
34 36
 importFrom(stats,dbinom)
35 37
 importFrom(stats,relevel)
... ...
@@ -14,8 +14,8 @@
14 14
 #'@importFrom utils read.table
15 15
 #'@importFrom utils read.csv
16 16
 #'@importFrom stats sd
17
-#'@importFrom summarise plyr
18
-#'@importFrom ddply plyr
17
+#'@importFrom plyr summarise
18
+#'@importFrom plyr ddply
19 19
 #'@import magrittr
20 20
 #'@export
21 21