liana.method.aggregate_meta#

liana.method.aggregate_meta = <liana.method.sc._Method.MethodMeta object>#

A Class used to store Method Metadata

Parameters:
  • method_name – Name of the Method

  • complex_cols – Columns relevant for protein complexes

  • add_cols – Additional columns required by the method

  • fun – Interaction Scoring function

  • magnitude – Name of the magnitude Score (None if not present)

  • magnitude_ascending – Whether to rank magnitude in ascending manner (None if not relevant)

  • specificity – Name of the specificity Score if Present (None if not present)

  • specificity_ascending – Whether to rank magnitude in ascending manner (None if not relevant)

  • permute – Whether it requires permutations

  • reference – Publication reference in Harvard style

liana.method.method_name#

Name of the Method

liana.method.complex_cols#

Columns relevant for protein complexes

liana.method.add_cols#

Additional columns required by the method

liana.method.fun#

Interaction Scoring function

liana.method.magnitude#

Name of the magnitude Score (None if not present)

liana.method.magnitude_ascending#

Whether to rank magnitude in ascending manner (None if not relevant)

liana.method.specificity#

Name of the specificity Score if Present (None if not present)

liana.method.specificity_ascending#

Whether to rank magnitude in ascending manner (None if not relevant)

liana.method.permute#

Whether it requires permutations

liana.method.reference#

Publication reference in Harvard style

liana.method.instances#

List of instances of this class