Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can BSMAP calculate the coverage/ percentage of all CpGs covered in the reference?

    Hi everyone.

    I have a basic question. My bisulfite sequencing data was mapped by BSMAP, but I am not sure how to calculate the coverage/ percentage of all CpGs covered in the reference genome.

    I check the README file but didn't find some hint.

    Any help would be appreciated!

  • #2
    No, it can't. If you used PileOMeth to extract the CpG metrics in bedGraph format, then you could use bison_CpG_coverage from Bison to get what you want. It might also be the case that bismark includes a tool for this, I don't know.

    Comment


    • #3
      Thank you so much!

      Nice to talk with you. I noticed that you are the author of Bison.

      May I know how did you calculate the percentage of CpG coverage?

      Originally posted by dpryan View Post
      No, it can't. If you used PileOMeth to extract the CpG metrics in bedGraph format, then you could use bison_CpG_coverage from Bison to get what you want. It might also be the case that bismark includes a tool for this, I don't know.

      Comment


      • #4
        What bison_CpG_coverage does is:
        1. Read in the genome
        2. Iterate through the genome, finding each CpG
        3. Iterate through a sorted bedGraph file, line by line
        4. If a genomic CpG is in the bedGraph file, it increments a bin denoting its coverage (e.g., if a site has 10x coverage then the 10x counter is incremented)
        5. If a site isn't in the bedGraph file, the 0x counter is incremented
        6. At the end, the counters are output into a text file


        The resulting file is convenient for analysis in R or even with awk. You can easily compute percentage of bases with >=1x or >=10x coverage with simple arithmetic.

        Comment


        • #5
          Originally posted by dpryan View Post
          No, it can't. If you used PileOMeth to extract the CpG metrics in bedGraph format, then you could use bison_CpG_coverage from Bison to get what you want. It might also be the case that bismark includes a tool for this, I don't know.
          Sir I also used bsmap, but not getting way to determine methylated C percentage,
          In many paper they are using Binomial approach to calculate methylated C, In which total no. of methylated and non methylated reads are required,
          So my question is, how to calculate no. of methylated and non methylated reads.
          plz help

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 08:47 AM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          54 views
          0 likes
          Last Post seqadmin  
          Working...
          X