Expression of transposons in transcriptomes
2
1
Entering edit mode
4.8 years ago
SeaStar ▴ 50

Hello! I have a question for you. I have a fasta file of transposons, with name and sequences. I would to quantify the expression of transposons in some different transcriptomes. What kind of analysis do you suggest to me? What software could I use? Thanks a lot

sequence alignment • 1.6k views
ADD COMMENT
1
Entering edit mode
4.8 years ago
A. Domingues ★ 2.7k

I have used SalmonTE in the past and had good experiences. It uses salmon the background but then aggregates the counts per element, family and class. The results tables are also ready to use with DESeq2

ADD COMMENT
0
Entering edit mode

Hi Dominigues! Thank you a lot!

ADD REPLY
0
Entering edit mode

Is it possible to use your own reference index from a fasta file with transposable elements generated by repeatscout instead of the ones present in the database of salmonTE?

ADD REPLY
1
Entering edit mode

No idea. I suggest asking the developers in github. They have been quite responsive whenever I had similar questions.

ADD REPLY
0
Entering edit mode
4.8 years ago
ATpoint 81k

How long are these sequences on average (ok 500-1000bp), and are they polyadenylated? There are two things to consider:

First, if they are not polyA they will be missed in most RNA-seq samples as most are polyA-enriched. Second, they must be at least in the range of 200bp or longer as shorter sequences typically get exluded in the library preparation except it is shortRNA sequencing. Transposons are not my field so be sure that it is common to detect them in RNA-seq as there are some RNA species that are rapidly degraded and might require special library prep techniques to preserve them, which might not be the case in most standard RNA-seq samples.

From the technical side, check first if these sequences are already present in the respective reference transcriptome. If so, use a tool such as salmon to quantify your data against it. If not include the sequences (without polyA tails) into that reference and then use salmon. Alternatively align data against a reference genome with tools such as star or hisat2 and then make sure you have a annotation file (GTF) where you included the coordinates of these sequences. Tools such as featureCounts can then assign the aligned reads to the features in the GTF. This is all pretty much standard so please first get a background in RNA-seq and the related analysis techniques.

ADD COMMENT
0
Entering edit mode

500 - 1000 pb. There are longer elements Lines and smaller sines

ADD REPLY
0
Entering edit mode

Thank you a lot. I've yet done a kind of analysis. I produced a gff file with coordinates of transposons in the genome using repeatmasker, then I used featurecounts to assign the aligned reads as you suggested. My doubt was if there was a tool that can find the expression using fasta file without alignments and you answered to me. Thank you

ADD REPLY
1
Entering edit mode

See this SalmonTE above in the answer of A. Domingues, seems to do exactly what you need.

ADD REPLY

Login before adding your answer.

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