How to cluster transcripts assembled using TRINITY into unigene after blast?
1
3
Entering edit mode
7.0 years ago
sbchua.1990 ▴ 50

I have assembled a transcriptome using TRINITY with 100,000 transcripts. I have perform blastx against NR database (-outfmt 5). I want to remove redundancy in the assembled transcript before proceed to further processing.

1) How can I cluster them together into unigenes and remove redundancy?

2) Or how to select transcipts with longest sequences if they return same hit?

3) Any software or program suggestion for doing this?

4) Is it necessary for removing redundancy?

Thank you very much.

RNA-Seq Assembly gene • 6.5k views
ADD COMMENT
5
Entering edit mode
7.0 years ago

You will get transcripts after assembling short reads. Depending on alternative splicing,one gene can have more than one transcript.

Clustering or grouping puts all these similar sequences together and help to make a set of transcript for one gene.

On the other hand assembly process can create some transcripts that are not real (sequences/transcripts with more than 95% identity to another sequence) and clustering helps identifying them. Therefore, the flow goes like:

Assembly -> Transcripts -> clustering transcripts -> unigenes -> further downstream processing.

You can use CD-HIT for this purpose.

ADD COMMENT
0
Entering edit mode

Thanks. CD-HIT works well.

ADD REPLY

Login before adding your answer.

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