Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • fastq_screen vs. tophat2

    Hi all,

    I was wondering about why I get a relatively low percentage of reads mapped to my genome.
    We are running an experiment of several fruit fly samples. we have several time-points and knock-outs.
    the fastq files are around 100M reads, but unfortunately I am able to map between 65-75% of them.

    To check for contamination I have tried the tools fastQ_screen. Apparently my data set is good (s. image).

    The quality of the data is very good and the according to my fastqc results, I don't have any noteworthy duplications in the data.
    What I don't understand is how bowtie2 in the fastq_screen can assign >98% of the reads to the fly genome, but in tophat2 run I get only ~65%.

    These are the command I have used to run both tophat2 and fastq_screen:
    Code:
    tophat -p 10 -G genes.gtf -o A ~/genomes/Drosophila_melanogaster/Ensembl/BDGP6.80/bowtie2index/genome 28023_TGACCA_C7F7GANXX_5_20150619B_20150619.fastq
    and
    Code:
    ./fastq_screen --force --nohits --subset 0 --outdir B --aligner bowtie2 --threads 14 28025_CGATGT_C7F7GANXX_8_20150619B_20150619.fastq
    Does bowtie2 uses different parameters in fastq_screen than in the tophat2 run?
    Is there a way to increase the mapping results?

    thanks for any ideas or hints,
    Assa



  • #2
    Tophat is not very sensitive by default. You could have low-quality data, or adapter contamination; in either case, those reads would generally not map. I suggest you try adapter-trimming and quality-trimming, to see if that improves things.

    You can also dramatically increase the sensitivity by using BBMap instead of TopHat. For RNA-seq in animals, I suggest adding the flag "maxindel=200k"; otherwise, the defaults are fine:
    bbmap.sh in=reads.fq out=mapped.sam ref=fly.fa maxindel=200k

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Genetic Variation in Immunogenetics and Antibody Diversity
      by seqadmin



      The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
      11-06-2024, 07:24 PM
    • seqadmin
      Choosing Between NGS and qPCR
      by seqadmin



      Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
      10-18-2024, 07:11 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 11-08-2024, 11:09 AM
    0 responses
    35 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-08-2024, 06:13 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-01-2024, 06:09 AM
    0 responses
    32 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 10-30-2024, 05:31 AM
    0 responses
    23 views
    0 likes
    Last Post seqadmin  
    Working...
    X