scverse / genomic-features

Genomic Features in Python from BioConductor's AnnotationHub
https://genomic-features.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Discoverability of features #6

Closed ivirshup closed 1 year ago

ivirshup commented 1 year ago

Description of feature

How do we make it clear which:

Are available to be used. GenomicFeatures/ ensembldb do this with a combination of functions for listing available features and pre-defined classes that make these available.

Examples include:

Do we copy this design? The filter classes may be quite a lot of effort for our first draft.


To implement:

emdann commented 1 year ago

MVP filter classes IMO would be:

ivirshup commented 1 year ago

Idea: we can start with a partial set of filters, plus support for ibis expressions. We can then add these in steps.