formatFromBSmooth | R Documentation |
This function reads and converts BSmooth's output into a
list
of data.frame
s (one per chromosome) to a format compatible
with SOMNiBUS' main functions runSOMNiBUS
and
binomRegMethModel
.
formatFromBSmooth(..., verbose = TRUE)
... |
parameters from |
verbose |
logical indicates the level of information provided by the algorithm during the process. The default value is TRUE. |
This function returns a list
of data.frame
s (one per
chromosome). Each data.frame
contains rows as individual CpGs
appearing in all the samples. The first 4 columns contain the information of
Meth_Counts
(methylated counts), Total_Counts
(read depths),
Position
(Genomic position for the CpG site) and ID
(sample ID).
The additional information (such as disease status, sex, age) extracted from
the BSseq object are listed in column 5 and onwards and will be considered
as covariate information by SOMNiBUS algorithms.
Audrey Lemaçon
read.bismark for parsing output from the Bismark alignment suite.
Other Parsing functions:
formatFromBSseq()
,
formatFromBismark()
indir <- system.file("extdata/ev_bt2_tab", package = "SOMNiBUS") dat <- formatFromBSmooth(indir, verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.