Browse code

Resolving conflicts in qcReport

Divyagash authored on 04/06/2018 16:35:06
Showing 1 changed files

... ...
@@ -34,8 +34,6 @@ nSamples <- length(Biobase::sampleNames(bs))
34 34
 ## Read information
35 35
 ```{r read_metrics,echo=FALSE,warning=FALSE,message=FALSE,fig.width=8, fig.height=7,fig.align='center'}
36 36
 # Methylation distribution for all the cells
37
-
38
-
39 37
 dat <- scmeth::readmetrics(bs)
40 38
 
41 39
 SummaryTable <- dat
... ...
@@ -63,7 +61,6 @@ g <- g+ggplot2::theme(panel.background =
63 61
                         axis.text.y=ggplot2::element_blank(),
64 62
                         axis.ticks=ggplot2::element_blank())
65 63
 g
66
-
67 64
 ```
68 65
 
69 66
 
... ...
@@ -127,8 +124,6 @@ g
127 124
 
128 125
 ## Bisulfite conversion rate
129 126
 ```{r bs_conversion,echo=FALSE,warning=FALSE,message=FALSE,fig.height=5,fig.width=5,fig.align='center'}
130
-
131
-
132 127
 bscDf <- scmeth::bsConversionPlot(bs)
133 128
 
134 129
 
... ...
@@ -142,7 +137,6 @@ g <- g+ggplot2::geom_jitter()
142 137
 g <- g+ggplot2::xlab('')+ggplot2::ylab('bisulfite conversion rate')
143 138
 g <- g+ggplot2::ggtitle('Bisulfite conversion rate across samples')
144 139
 g
145
-
146 140
 ```
147 141
 
148 142