Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Bowtie output files

    Hi!

    I am trying to replicate some biocomputational procedures from a scientific paper related to ChIP-Seq data. When using bowtie as the alligner and introducing the output (specified as .sam format) in the MACS software it tells me that the file format is not recognized.
    However, after converting the unrecognized sam file to bam format using samtools, MACS does recognize the file format and starts analyzing the data.

    Could anyone shed some light on this?

    My bowtie and macs commands are:

    bowtie -m 2 -q -p 24 --sam hg19 File1.fastq File1.sam

    macs14 callpeak -t File1.sam -c ControlFile.sam
    -n ExperimentName -S -g hs --pvalue 1e-9 --keep-dup=auto



    Iñigo

  • #2
    Using the --format command in MACS will insist on the input files being in a given format. It is possible that by using the default automatic format detection that MACS got confused by your file.

    That is my best guess and solution.

    Comment


    • #3
      You should switch to MACS2 anyway.
      MACS2 might recognize the format correctly.
      Otherwise, I would specify the format explicitly as westerman suggested, and also check the header and the first entries of the SAM file for any potential problems with the file.

      You're also using 24 threads during the alignment with Bowtie. If you don't have that many processors available, the output can be mixed up. Of course, if you do have the 24 processors available on your machine, then you should be using the 24 threads to do the alignment quickly.

      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 on Modified Bases...
        Yesterday, 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, 04-11-2024, 12:08 PM
      0 responses
      39 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      41 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      35 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X