pypath.inputs.go.go_descendants§

pypath.inputs.go.go_descendants(aspects=('C', 'F', 'P'), terms=None, relations=None, quickgo_download_size=500)§

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. If None the method will be called.