Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • boro2014
    Junior Member
    • Jan 2014
    • 3

    Mapping using STAR and Bowtie

    Hi all,

    I want to perform an alignment of short reads against a reference genome (human genome from Ensembl). For that I've used STAR, and Bowtie (not Bowtie2). I've some questions about that.

    1- I've used STAR by setting the more important parameters as follows:

    --outFilterScoreMinOverLread 0.4 --outFilterMatchNminOverLread 0.4 --outFilterMatchNmin 15

    Here is the final log file content generated by STAR:

    Number of input reads | 5845995
    Average input read length | 27
    UNIQUE READS:
    Uniquely mapped reads number | 446299
    Uniquely mapped reads % | 7.63%
    Average mapped length | 25.10
    Number of splices: Total | 4043
    Number of splices: Annotated (sjdb) | 622
    Number of splices: GT/AG | 3930
    Number of splices: GC/AG | 108
    Number of splices: AT/AC | 5
    Number of splices: Non-canonical | 0
    Mismatch rate per base, % | 1.74%
    Deletion rate per base | 0.08%
    Deletion average length | 1.36
    Insertion rate per base | 0.04%
    Insertion average length | 1.07
    MULTI-MAPPING READS:
    Number of reads mapped to multiple loci | 4346149
    % of reads mapped to multiple loci | 74.34%
    Number of reads mapped to too many loci | 963965
    % of reads mapped to too many loci | 16.49%
    UNMAPPED READS:
    % of reads unmapped: too many mismatches | 0.00%
    % of reads unmapped: too short | 0.31%
    % of reads unmapped: other | 1.22%
    CHIMERIC READS:
    Number of chimeric reads | 1503
    % of chimeric reads | 0.03%

    According to this, I got a very low rate of uniquely mapped reads (I used the parameter --outFilterMultimapNmax 10).

    How can I improve the uniquely mapped reads rate ?

    2 - I've also used Bowtie to map the same sample to the same reference genome. Bowtie didn't output the number of uniquely mapped reads and the number of multimapped reads as STAR did. I checked the log file generated by Bowtie:

    # reads processed: 5845995
    # reads with at least one reported alignment: 4206928 (71.96%)
    # reads that failed to align: 1639067 (28.04%)
    Reported 98304317 alignments to 1 output stream(s)

    I want to output the number of uniquely mapped reads and multimapped reads from the sam file generated by bowtie. So I have done the following:

    samtools view -Sb myfile.sam > myfile.bam
    samtools view -F 4 myfile.bam | grep -v "XS:" | wc -l

    But it didn't work for me, and I got a wrong number of uniquely mapped reads. I know that those commands work for files generated by bowtie2.

    Do you have any solution able to retrieve the number of uniquely mapped, and multimapped reads from the sam file generated by bowtie ?

    Thanks a lot
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Cross-posted: https://www.biostars.org/p/309209/

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by SEQadmin2


      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


      Here are nine questions we think about, in roughly the order they matter, before...
      Yesterday, 07:11 AM
    • SEQadmin2
      From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
      by SEQadmin2


      Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


      The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
      ...
      06-02-2026, 10:05 AM
    • SEQadmin2
      Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
      by SEQadmin2


      With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


      Introduction

      Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
      05-22-2026, 06:42 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-17-2026, 06:09 AM
    0 responses
    16 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    37 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    43 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    49 views
    0 reactions
    Last Post SEQadmin2  
    Working...