Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Why do .wig files differ in lines

    Hi,

    I want to correlate the coverage two ChIP-seq experiments by comparing the coverage of extended reads (to mean fragment length) in non-overlapping intervals.

    Therefor, I've used the IGV-tools count option to generate .wig files from my sorted .bam files. Now the output file looks like this

    variableStep chrom=chr10 span=100
    1 0.68
    101 1.0
    201 1.56
    301 2.08
    401 3.42
    501 2.06
    601 1.45
    701 1.0
    801 1.26
    901 1.85


    I would now like to correlate two of these experiements in R BUT the output files of the various experiments don't have the same line numbers. So I cannot generate vectors where the one line matches the other

    I don't understand why the count program doesn't generate two files with the same line number? That's what I should expect, right?

    Does anyone know why the line number is different? Does anyone have a better way to correlate the datasets in non-overlapping intervals?

    Thanks

    Daniel

  • #2
    Without seeing the files or knowing how IGV-tools count works, this is purely a guess, but could it be omitting intervals with 0 coverage, which a variableStep .wig file can do? I recall encountering similar problems matching up two wig files, especially in regions of the chromosomes where coverage is absent.

    My solution was to write my own read counting program, or you could identify the missing intervals (e.g. setdiff in R) and manually insert them.

    Comment


    • #3
      yes, WIG files omit positions with zero.

      Best regards,
      Douglas

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 05-14-2024, 07:03 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-10-2024, 06:35 AM
      0 responses
      44 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      54 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      42 views
      0 likes
      Last Post seqadmin  
      Working...
      X