Tophat2 very high percentage of multiple alignments
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Typical percentage of multimapping reads in human rna-seq?
written by srhic •Hello, I am doing some rna-seq analysis specific to transposable elements and repeats. Since we are interested in repeat elements, we are focusing on retaining …
-
Different mapping rate for tophat+mm9 vs star+mm10
written by Ice P •I recently switched from tophat+mm9 to STAR+mm10. I used pair end reads and default parameters for both cases. However I noticed that the percentage of …
-
Problem converting bam to sam (samtools)
written by hinkel2 •Hi guys! I'm new to RNAseq data analysis and related bioinformatic pipelines. I just aligned my PE-reads to genome using Tophat2: **tophat2 -p 4 -G …
-
Mismatches in cancer RNA-seq
written by IPHi everyone! I am mapping RNA-seq cancer samples. In the beginning, I did the mapping with tophat default parameters and the reads mapping percentage was …
-
The comparison between HISAT2 and Tophat2
written by Peng HuangHi, everyone! I just used HISAT to analyze a human HCC RNA-seq dataset, and I compared those alignment summaries with those of Tophat2, and found …
-
Chip-Seq's mapping rate problem.(too low)
written by leenaehyeon •Chip-Seq's mapping rate problem. I've run FastQC and result is not bad but mapping rate is horrible (read `tophat_out/align_summary.txt`) ``` Left reads: Input : 14775968 …
-
Tophat2 Bowtie2 inchoerent results?
written by Bio_ysl •I am trying to align paired-end data from Illumina (300bp x 2) to a draft genome. First of all I use Trimmomatic to remove adapters …
-
Cufflinks error - Processed 0 loci
written by wstfljs<p>Hi all,</p> <p>I am trying to assemble a transcriptome using a genome-based approach with tophat2/cufflinks. While tophat2 gives me quite good results (read mapping rate …
-
Chip-Seq Of Conventional Tfs: What Are The Peaks W/O The Motif?
written by predeus<p>Hello all, </p> <p>I've read several papers estimating the quality of ChIP-seq and most estimate percentage of peaks that include the consensus sequence at about …
-
Tophat Both Pairs Must Map Concordantly
written by AW<p>Hi,</p> <p>I have run tophat with the following parameters, specifying each reads can only map once and that they must map concordantly.</p> <pre><code> tophat2 --solexa1.3-quals …
Have you checked to see if they are rRNA? If your sample was not depleted/the depletion did not work right then this observation shows up.
It's also important to ask what you are trying to do. If this is a smallRNA experiment, or your reads are 36bp single-ended, or you're mapping to the transcriptome, such a high number is expected, depending on the organism. So, can you explain your experiment and procedure?
No, it is just regular pair-end RNA-seq, it is zebrofish.
In that case, and in the absence of any further description of your experiment, I support Genomax's suggestion of rRNA reads overwhelming your reads of interest. Most organisms have multiple, highly-expressed rRNA copies that constitute an inordinate amount of their RNA volume; they are typically very similar (usually 99% or higher identity in bacteria, and somewhere around there in fungi). This leads to multi-mapping reads in RNA-seq experiments with insufficient rRNA depletion.
Thank you very much, I think I will just go ahead and analyze the data.