monarch-initiative / genophenocorr

Genotype Phenotype Correlation
https://monarch-initiative.github.io/genophenocorr/stable
MIT License
4 stars 1 forks source link

Added counts for duplicate features #179

Open lnrekerle opened 2 days ago

lnrekerle commented 2 days ago

Rather than having multiple duplicate feature names, if multiple are named "Disordered" they will be relabeled as "Disordered_1", "Disordered_2", etc. This will make it easier for a user to pick a specific area when running the "compare_by_protein_feature" predicate.

I also added an assertion to verify that they are counted properly.

This will close #176