Description Usage Arguments Value Note Examples
Read the M-bias.txt file produced from Bismark and return as a
data.frame
.
1 |
file |
The name of the M-bias file which the data are to be read from. |
A data.frame
. The columns are:
read
: SE
if the data are from single-end sequencing;
R1
or R2
if the data are read_1 or read_2 from paired-end
sequencing.
read_pos
: the position along the read.
methylation_type
: the methylation type. Either "CG", "CHG",
"CHH".
M
: the number of methylated base calls.
U
: the number of unmethylated base calls.
total
: the total number of base calls.
perc_M
: the percentage of methylated base calls.
WARNING: The "position along the read" is only the same as the "sequencing cycle" if the reads did not undergo any pre-alignment trimming.
1 | cat("TODO")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.