Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • strange bowtie output

    Hi all,
    I have used bowtie with the following options as option -a result some reads mapping thousands times:
    bowtie -f -m 200 -v 1 -p 3

    As I know -m 200 will remove a tag which maps more than 200 times, but if maps 199 times they will be in the output?

    As a result from -m 200 my output include only one maping (one alignment for one read? Even reads I know that map 5 times are showed as only 1 alignment?

    How is that possible
    ------------
    SMART - bioinfo.uni-plovdiv.bg

  • #2
    @vebaev

    As you found out, option -a is usually trouble! To answer your question, -m 200 means that NO alignments are reported for a read that has 200+ hits. For a read with 1, 2, or 199 alignments, the default behavior of Bowtie is to report a single alignment for the read. You can set the max number of alignments to report for each read with the -k option (default is -k 1).

    Another thing to watch out for is that the single alignment reported is not necessarily the best one. Unless you use the --best option Bowtie will report the first valid alignment it encounters. The --best option sets it to find all valid alignments and report them in best to worst order (only the best one at -k 1), which is much more computationally intensive. Many of the "options" in Bowtie are shortcuts made necessary by limited computing resources and don't necessarily improve the quality of your results.

    As an aside, why are you using read data in fasta format? What instrument platform is it from? Just curious why you don't have fastq or qseq. Bowtie takes base quality score into account and leaving it out will affect your alignment results. You could try BWA, which doesn't use base quality in its calculations for alignment.

    Comment


    • #3
      Thanks for the reply.
      I have notised the details that you described.

      I succseed outputing all alignments up to 200 for each read and discarding ones with 200+ by combining "-a -m 200"

      I'm using fasta since I have already trimmed, filtered, cleaned and unified reads with their counts in fasta.
      ------------
      SMART - bioinfo.uni-plovdiv.bg

      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
      12 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