Mapping to transcriptome without gtf annotation
Hi!
Would it be okay to perform mapping of RNA seq reads to a transcriptome assembly without using a gtf file? I am using STAR.
Thanks!
transcriptome
mapping
assembly
• 1,098 views
•
link
updated
by
Michael Dondrup
•
written
by
ZuelTech •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
miRNA-seq Analysis: Is a low percentage of assigned reads normal when using a miRBase gff file for …
written by Sib •I am conducting an RNA-seq analysis for miRNAs of the GSE177044 dataset using a standard pipeline, which consists of quality control using FastQC, mapping by …
-
Using a different reference transcriptome assembly from different RNA seq libraries (but same speci…
written by ZuelTech •Hi, I have RNA seq libraries from a non-model species. Is it okay to use a different reference de novo Transcriptome assembly of the same …
-
Creating gene counts for differential gene expression analysis
written by roger.huerlimann •Hi all, I was wondering if there are any pros and cons for using a genome guided versus pseudo-mapping approach for differential gene expression analysis. …
-
How to quantify mRNA transcripts from RNA-Seq data?
written by Neu •Hi, I am analyzing total transcriptome RNA-Seq data. I want to quantify expression of mRNA transcripts. What should be the correct approach. I have aligned …
-
how many index has to be constructed by STAR for TE analysis
written by lkianmehrHello, I want to make index files before map RNA-seq reads on STAR. then I need to use theses alignments as an output of TEToolkit …
-
GC content for RNA-Seq data
written by sukesh1411 •Hi I am new to the rna-seq data analysis. I have rna-seq data of leaf. I would like to perform transcriptome assembly using trinity. Before …
-
Mapping onto the Transcriptome, RNA-seq
written by asyndeton17 •Hi, I am new to RNA-seq and am planning on mapping to the transcriptome of Mus Musculus. However, I ran into a few questions. Can …
-
Transcriptome assembly to validate annotations
written by guillaume.rbtHi everyone, Several gene annotations have been made on the fungal species I'm working on. I would like to cross and validate those data to …
-
how to use 2-pass mapping without genome regeneration?
written by wangchengyangghg •Hi All, I am a guy studying in alternative splicing from RNA-seq. Now I am using the latest STAR to map the RNA-seq reads. I …
-
Tune Star Parameters For Transcriptome Assembly (Cufflinks)
written by Nicolas Rosewick<p>Hi,</p> <p>Lately, I was playing a little bit with STAR and cufflinks to perform transcriptome assembly. I have a gtf file but it is not …
Use
salmoninstead of STAR. Easy to use. Will allow multimapping reads to be accounted for properly. Significantly less compute resources required. Get started: https://salmon.readthedocs.io/en/latest/.Thanks! Would it be okay to perform mapping (using any mapping tools) without gtf annotation?
It depends on what you mean by "okay" and what you want to do with the results after that. Sequence alignment is (obviously) going to work. You would need a GTF file for generating gene counts if you had a genome, but you don't have that. Therefore, I would follow GenoMax's recommendation; it is "the okay" way.