Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to convert bowtie output to wig

    Hi~,
    Does anyone have a conversion tool or program for bowtie output to .wig format?
    I need to visualize my aligment data on ucsc.

  • #2
    There is probably a shorter route to achieve this but I have been using a combination of bed tools and the Jim Kent source code. This assumes you have your output from bowtie as a bam file rather than native bowtie format. I do this

    bam-->bed using bed tools
    bed-->Bigwig using bedGraphToBigWig from the Jim Kent source code

    If you need a wig file rather than a bigwig file you can use bigWigToWig as a final step.

    You can clone the Jim Kent source code from
    Code:
    git clone git://genome-source.cse.ucsc.edu/kent.git
    Last edited by natstreet; 10-31-2010, 01:35 AM.

    Comment


    • #3
      Originally posted by natstreet View Post
      There is probably a shorter route to achieve this but I have been using a combination of bed tools and the Jim Kent source code. This assumes you have your output from bowtie as a bam file rather than native bowtie format. I do this

      bam-->bed using bed tools
      bed-->Bigwig using bedGraphToBigWig from the Jim Kent source code

      If you need a wig file rather than a bigwig file you can use bigWigToWig as a final step.

      You can clone the Jim Kent source code from
      Code:
      git clone git://genome-source.cse.ucsc.edu/kent.git
      you mean that the .sam file from bowtie alignment should be converted into bam, and then be converted into bed.
      Every alignment should be corresponding to one line of the bed file.

      which code of Kent's can I use to convert the above bed file to wig file?

      Comment


      • #4
        Yes, I mean first convert sam format output to bam - which is why I say assuming you have the output as bam.

        As far as I know there is no direct bed--wig program from Jim Kent, which is why I suggested bed--bigwig--wig. Not direct, but it works. Maybe the wiggles program that comes with tophat would also work for sam-->wig

        There is also this perl script that you could try.

        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:47 AM
        0 responses
        11 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
        59 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