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
        Advanced Tools Transforming the Field of Cytogenomics
        by seqadmin


        At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
        09-26-2023, 06:26 AM
      • seqadmin
        How RNA-Seq is Transforming Cancer Studies
        by seqadmin



        Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
        09-07-2023, 11:15 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 07:14 AM
      0 responses
      10 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-29-2023, 09:38 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-27-2023, 06:57 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-26-2023, 07:53 AM
      0 responses
      31 views
      0 likes
      Last Post seqadmin  
      Working...
      X