liana.method.show_methods

Contents

liana.method.show_methods#

liana.method.show_methods()#

Shows methods available in LIANA

Return type:

DataFrame

Returns:

Table of methods available.

Examples

One row per method, with the scores it reports and its reference. Each name corresponds to a callable instance in liana.method, e.g. liana.method.cellphonedb:

>>> import liana as li
>>> methods = li.mt.show_methods()