pypath.utils.uniprot.collect§
- pypath.utils.uniprot.collect(uniprot_ids, *features)[source]§
Collects data about one or more UniProt IDs.
- Parameters:
uniprot_ids (str,list) – One or more UniProt IDs.
features (*str,list) –
Features to query: these must be method (property) names of the
UniprotProtein
class. E.g.['ac', 'genesymbol', 'function']
.
- Returns:
A
collections.OrderedDict
object with feature names as keys and list of values for each UniProt ID as values.