pypath.inputs.go.go_terms§

pypath.inputs.go.go_terms(aspects=('C', 'F', 'P'))§

Queries GO terms by the QuickGO REST API.

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.