Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: How do I extract ORFs from a fasta file into a new fasta fileby biohisham (Priest) |
on Jul 08, 2013 at 08:29 UTC ( [id://1043052]=note: print w/replies, xml ) | Need Help?? |
"I would like to pull out all of the full length CDS with some 5' and 3' UTR info for the proteins I have found in the tissue by mass spec" If I understand you correctly, I will look at the gff/gtf coordinates for the CDs feature and try to obtain that for the specific protein annotation in the gff file, A fastA file may not have these features handy so it maybe not the way to go unless you have an annotated genome somewhere for you to extract this stuff from. "I have tried simply blasting the peptides against the assembly but I get hits that are not in open reading frames" Maybe because BLAST is a local alignment and search tool, that behavior is totally expected. " I would suppose the major difference is that I need to return all the ORFs from tens of thousands of entries as a new fasta file." Read the file one line at a time. Maybe something like what follows ?... If you don't have BioPerl installed then certainly there are many other examples on reading fastA file that don't use BioPerl around here
"Hi Pearl Monks" we are Perl Monks and not Pearl Monks...Welcome to the Monastery and good luck.... David R. Gergen said "We know that second terms have historically been marred by hubris and by scandal." and I am a two y.o. monk today :D, June,12th, 2011...
In Section
Seekers of Perl Wisdom
|
|