Relate CDS annotation to parent gene
1
0
Entering edit mode
4.5 years ago

i made gff annotation file with cds functional annotation i want add parent id to all transcript annotation including exon utr cds mrna and relate all of them to parent gene and change gene name by cds name

[https://github.com/mostafaabuzaid25/test/blob/master/test.gff3]

sample file

genome gff • 725 views
ADD COMMENT
2
Entering edit mode
4.5 years ago
Juke34 8.5k

I think you are screw because you don't have ID/Parent attributes to link the related-features together, neither a shared attribute between the related-features (i.e locus_tag), and it cannot be parsed sequentially because the file has been sorted and features related to a same record are spread over the file.

You can maybe try to use the ID of features as a shared attribute by clipping the suffix (prefix are similar between the CDS,mRNA, gene ...)

ADD COMMENT

Login before adding your answer.

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