pypath.utils.uniprot.print_features§

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

Prints 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.