A lightweight Python package for loading, representing, and efficiently querying biological ontologies as graph structures.
- TODO: Add installation instructions for your project, if applicable.
# Example
pip install <name-of-my-project>
- TODO: Add usage instructions for your project.
import foobar
# returns 'words'
foobar.pluralize("word")
# returns 'geese'
foobar.pluralize("goose")
# returns 'phenomenon'
foobar.singularize("phenomena")
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- TODO: add contribution guidelines. All of them can be modified in the mkdocs documentation (./docs/community)
- TODO: Modify this based on the license you choose.
- TODO: Modify the LICENSE file based on the license you choose.