scverse / genomic-features

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

Add functionality to join three tables that are partially related #35

Closed lauradmartens closed 1 year ago

lauradmartens commented 1 year ago

Description of feature

At the moment it is not possible to join two tables where an intermediate join is necessary for common column. An example would be merging the gene table, the protein table requires joining on the transcript table first. One solution could be to have mapping which table is needed for each join.

ivirshup commented 1 year ago

Fixed by #22