Skip to content

Simple utility functions for handling GO Terms in Python.

License

Notifications You must be signed in to change notification settings

LengerichLab/GO_Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO_Translator

Simple utility functions for handling GO Terms in Python.

Provides dictionaries for the GO Terms in the go.obo file which allow simple lookups to GO Terms. See the Term class definition in GO_Translator/__init__.py to view available datafields for each GO term.

Usage

Install

git clone https://github.com/blengerich/GO_Translator
cd GO_Translator
pip install -e .

Use the Available Dicts in Python

>>> from GO_Translator import *
>>> go_terms_by_id
>>> go_terms_by_name

About

Simple utility functions for handling GO Terms in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages