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 2 years ago

johnbradley commented 2 years 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 2 years ago

I created issue #271 to improve the example.

johnbradley commented 2 years ago

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

hlapp commented 2 years ago

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

Yes that's fine!