tRNA expression analysis from RNA-Seq
1
3
Entering edit mode
9.0 years ago

Hi,

How can I assess the expression of tRNAs from RNA-Seq. Is it possible to do it with the "classic" align on the genome and count gene per feature strategy ? or a separate alignment step is required ( such as align only on tRNA sequences). Is smallRNA-Seq better for this purpose as tRNAs are not very long ?

Thanks in advance for your adviced and ideas

tRNA RNA-Seq • 5.6k views
ADD COMMENT
1
Entering edit mode

Yes,

get tRNA sequences , index them, map your reads with bowtie.

I do it quite often to analyze Ribo-seq data, where I remove the reads which map on tRNA or rRNA sequences.

hth

ADD REPLY
1
Entering edit mode

Just to expand on what Manvendra said, tRNAs aren't normally poly adenylated (unless they're marked for degeneration) so you need to look at the protocol that was used to generate the data and see how rRNA was depleted. For many protocols this is done with an oligo that sticks to poly A tails. So look for a protocol that use whole RNA and something like RiboZero.

ADD REPLY
3
Entering edit mode
9.0 years ago
mark.ziemann ★ 1.9k

IF you have RNA-seq data already, I would suggest to use a standard RNA-seq pipeline (Tophat+cufflinks or STAR+featureCounts) to align all RNA-seq reads to the genome and summarise the expression counts. Then after edgeR or DESeq analysis you can extract the tRNA accession numbers from the spreadsheet. tRNAs are annotated in the ENSEMBL GTF file. You might even make a custom tRNA gene set and use GSEA (preranked).

ADD COMMENT

Login before adding your answer.

Traffic: 2417 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