Entering edit mode
7.3 years ago
ta_awwad
▴
350
Hello everyone, I am looking for Human protein-coding transcript sequences WITHOUT UTRs in fasta format if possible.. any Idea where to find such file?
Best, TA
Simply
greping orawking for 'CDS' as the feature in the GTF, followed bybedtools getfastaon the resulting coordinates does the job.