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
        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, Today, 08:06 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-30-2024, 12:17 PM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-29-2024, 10:49 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-25-2024, 11:49 AM
      0 responses
      27 views
      0 likes
      Last Post seqadmin  
      Working...
      X