Closed nathandunn closed 4 years ago
MATCH (n:Feature) RETURN count(n),labels(n) limit 15
1|424 | ["Gene", "Feature"]
2 | 299 | ["Feature", "NcRNA", "Transcript", "TRNA"]
3 | 491 | ["Feature", "Exon", "TranscriptRegion"]
4 | 18 | ["Feature", "NcRNA", "Transcript"]
5 | 65 | ["Feature", "TranscriptRegion", "NonCanonicalFivePrimeSpliceSite", "SpliceSite"]
6 | 91 | ["Feature", "TransposableElement"]
7 | 65 | ["Feature", "TranscriptRegion", "SpliceSite", "NonCanonicalThreePrimeSpliceSite"]
8 | 77 | ["Feature", "NcRNA", "Transcript", "SnoRNA"]
9 | 6 | ["Feature", "Transcript", "SnRNA"]
10 | 24 | ["Feature", "NcRNA", "Transcript", "RRNA"]
So, pseudogenes also work, its just that psuedogenic_transcript
needs to be cast to transcript
in the GFF3. Might be worth expanding this, but unsure (better if they were all just SO types).
Should be: