pypath.utils.uniprot.features_table§

pypath.utils.uniprot.features_table(uniprot_ids, *features, width=40, maxlen=None, tablefmt='fancy_grid', **kwargs)[source]§

Returns a table with the requested features of a list of UniProt IDs. The underlying table formatting module is tabulate, a versatile module to export various ascii tables as well as HTML or LaTeX – check the docs for formatting options: astanin/python-tabulate

Args
kwargs:

Passed to tabulate.tabulate.

Returns

The table as a string.