phenoscape / rphenoscape

R package to make phenotypic traits from the Phenoscape Knowledgebase available from within R.
https://rphenoscape.phenoscape.org/
Other
5 stars 5 forks source link

Adds quality_opposites parameter to mutually_exclusive() #270

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Adds an optional quality_opposites parameter to mutually_exclusive(). This parameter requires a dataframe with "quality.a" and "quality.b" columns that contain opposite IRIs.

Fixes #240

johnbradley commented 1 year ago

I created issue #271 to improve the example.

johnbradley commented 1 year ago

@hlapp Should I combine these two commits into one before merging into master?

hlapp commented 1 year ago

@hlapp Should I combine these two commits into one before merging into master?

Yes that's fine!