thackl / gggenomes

A grammar of graphics for comparative genomics
https://thackl.github.io/gggenomes/
Other
581 stars 64 forks source link

read_gff3 makes all features introns of ID tag is missing #51

Closed thackl closed 3 years ago

thackl commented 3 years ago

Currently, features are grouped by type and feat_id. However, in some gff, ID (which is harmonized to feat_id), is missing. That leads to feat_id=NA, and, thus, a single big group with all features...

Needs some form of fallback ID for is.na(ID) cases.