StringTie -e estimate parameter
0
0
Entering edit mode
6.8 years ago
k.mooo ▴ 10

I am performing RNA-seq analysis using the following pipe - HISAT2 - StringTie - Ballgown

I used a cell-type specific enrichment method to target reads. I performed qRT with this same sample to quantify the presence of a single transcript and saw enrichment for this transcript. For those interested in the biology, I am targeting kisspeptin neurons in brain tissue.

Now, I am attempting to analyze RNA-seq reads and would expect coverage of this transcript, as I validated its presence using an alternative method, qRT. Instead, when I run StringTie in reference only mod, by using the -e parameter;

stringtie -p 8 -G $REF_GTF -e -B -o file/transcripts.gtf -A file/gene_abundances.tsv outputfile.bam

I find 0 coverage for this transcript.

ENSMUSG00000102367 Kiss1 1 + 133309827 133329722 0.0 0.0 0.0

This transcript clearly corresponds to an Ensembl transcript ID. However, this is the strange part, when I remove the -e parameter, modifying nothing else, I suddenly have coverage.

ENSMUSG00000102367 Kiss1 1 + 133309827 133329722 0.010713 0.003730 0.004618

I confirmed this transcript is present in my reference $REF_GTF file. Thanks for an ideas or explanations for such a discrepancy.

rna-seq StringTie transcripts annotation gene • 1.9k views
ADD COMMENT

Login before adding your answer.

Traffic: 2419 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6