This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how find the putative gen from cdna library?

i have transcriptome one of kind scorpion and i translated them to 6 frame orf. i have to find putative gens. which tools and date base will help me ?

rna-seq

1 answer

Given that you are looking in (assembled) transcripts sequences (so not genome, right?), I suggest to go for something straightforward. What you after is often referred to as longest ORF.

Suggested tools: TransDecoder, FrameD, longest_orf.pl, ... and there are likely many others around (as well as custom scripts/implementations) . All those will take nucleotide sequences as input so no need to translate into 6 frames.

Log in to answer this question.