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

annotate_anndata/ annotate_table #14

Open ivirshup opened 1 year ago

ivirshup commented 1 year ago

Description of feature

Helper function to join an annotation table on a existing table. E.g. add genomic ranges to an anndata var

This should do checks on thinks like uniqueness of the join key in both tables.

Because this is surprisingly hard to get right in pandas.