pypath.inputs.go.go_descendants_quickgo§
- pypath.inputs.go.go_descendants_quickgo(aspects=('C', 'F', 'P'), terms=None, relations=None, quickgo_download_size=500)[source]§
Queries descendants of GO terms by QuickGO REST API.
Returns dict of sets where keys are GO accessions and values are sets of their descendants.
- Parameters:
aspects (tuple) – GO aspects: C, F and P for cellular_component, molecular_function and biological_process, respectively.
terms (dict) – Result from
go_terms_solr
. IfNone
the method will be called.