RRBS data analysis using Bismark and methylkit
0
0
Entering edit mode
2.6 years ago
Arindam Ghosh ▴ 510

Once we have read in the cytosine report files with methRead(), how to generate a table/dataframe of beta values or equivalent for all samples as columns and CpG sites as rows? Is the percMethylation() function the correct function to use? Beta values I guess are from microarray, is percent-methylation the correct equivalent?

RRBS methylkit Bismark WGBS • 950 views
ADD COMMENT
1
Entering edit mode

You can actually divide the C counts by the total counts (C+T) to get methylation percentages. I have never used that particular function percMethylation(), but you can check the 2 approaches and see if they return you the same values.

Regarding the nomenclature, yes, "beta value" is array terminology, and I would not use it for bisulfite sequencing data. For sequencing data, in the literature you usually see a variety of terms such as "methylation value", "methylation percentage", etc. And people use both the [0,100] and [0,1] scales, so it is up to you (there's not much difference).

ADD REPLY

Login before adding your answer.

Traffic: 1868 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6