...
|
...
|
@@ -164,7 +164,7 @@ getCoverage(BStmp2)
|
164
|
164
|
`collapseBSseq` performs the often useful task of adding several columns of a `BSseq` object. This is often used in the beginning of an analysis where each column may correspond to a lane and several such columns represents the data for a single biological sample.
|
165
|
165
|
|
166
|
166
|
```{r data-collapse}
|
167
|
|
-collapseBSseq(BStmp, columns = c("A", "A", "B"))
|
|
167
|
+collapseBSseq(BStmp, group = c("A", "A", "B"))
|
168
|
168
|
```
|
169
|
169
|
|
170
|
170
|
## Obtaining coverage (methylation)
|