Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Gene Sums for Chip-Seq Data

    Hi all,

    I'm an amateur at bioinformatics, so I'm having a bit of trouble with trying to get some information out of Chip-Seq data. I would like to know if there is a way to get the sum of the amount of Chip on genes based on a list (like the tables from UCSC).

    I have .bam files and .wig files, and my current solution is that I'm trying to create a JAVA program to sum up the amount based on the .wig file with the reference table, but I was wondering if there was a more efficient / accurate option.

    Basically, I'm looking for gene by gene normalized sums similar to the FPKM I get from cufflinks for RNA-seq, but for Chip-seq. (Is feasible to run cufflinks on Chip-Seq data?)

    Up until now I have only been able to get any sort of sums out of the wiggle files was by taking the summing the numbers from SitePro's text file with profiles, but that will only get me sums around a certain point, not for the gene bodies.

    Is this clear?
    Can anybody help me?

    I would appreciate any assistance anyone could provide.

    -BenS

  • #2
    Hi Ben,

    Do you use R/Bioconductor? If so, we have a couple accessory functions in the Repitools package [1] to go from a set of BAM files to read counts at specified regions. There are a few options -- annotationCounts() if you want to count reads around genomic features (e.g. 1000bp upstream to 500bp downstream of a TSS) or annotationBlocksCounts() for counting reads for specified regions (e.g. gene bodies, as you describe, or tiled regions genome-wide).

    I doubt that running cufflinks on ChIP-seq will be fruitful.

    Best,
    Mark

    [1] http://www.bioconductor.org/packages...Repitools.html

    Comment


    • #3
      those operations are pretty straight forward using IRanges in bioconductor. Have a look at the findOverlaps function for example.

      I would be very careful with any normalization as there is no valid approach. FPKM is particularly problematic as gene-length differ substantially and chromatin features are frequently unevenly distributed along genes.

      it is furthermore essential to compare your counts to a control sample (input chromatin) as the number of reads on a gene correlates with the activity state of a gene. in other words, you get more reads from genes that are more active as chromatin fragment release on these genes is increased.

      Comment


      • #4
        Thanks, I'll try both those suggestions, I'm assuming this means I should try importing the bam files into R. I have used R samtools before, but is that the method I should be using?

        Comment

        Latest Articles

        Collapse

        • 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
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        30 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        32 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        53 views
        0 likes
        Last Post seqadmin  
        Working...
        X