Can we extract full-length trascripts from gencode gtf
Hello, all
We can see that GENCODE released statistics and GTF annotation as follows:
(1) Statistics: (extracted gencode V19 from here)
- Protein-coding transcripts 81814
- full length protein-coding: 57005
- partial length protein-coding: 24809
(2) GTF file: ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz
My question is how can we determine which transcripts are full-length or not?
Thanks a lot for your help in advance.
Aimin Li
• 3,615 views
•
link
1 answer
Sorry, I just got it:
- full length protein-coding -> the protein-coding transcripts that have no
cds_start_NForcds_end_NFtag - partial length protein-coding: -> all the rest (they have either a
cds_start_NForcds_end_NFtag or both!)
• 0 views
•
link
Log in to answer this question.