pypath.inputs.go.go_terms_goose§
- pypath.inputs.go.go_terms_goose(aspects=('C', 'F', 'P'))[source]§
Queries GO terms by AmiGO goose.
Return dict of dicts where upper level keys are one letter codes of the aspects C, F and P for cellular_component, molecular_function and biological_process, respectively. Lower level keys are GO accessions and values are names of the terms.
- Parameters:
aspects (tuple) – GO aspects: C, F and P for cellular_component, molecular_function and biological_process, respectively.