RAPDORState#

class RAPDOR.datastructures.RAPDORState(distance_method: str = None, kernel_size: int = None, beta: float = None, eps: float = None, permanova: str = None, permanova_permutations: int = None, permanova_cutoff: float = None, scored: bool = False, anosim_r: bool = None, permanova_f: bool = None, cluster_method: str = None, cluster_args: dict = None)#

An internal class storing the current status of your analysis.

This is mainly used for the Dash tool and not important for regular users.

__init__(distance_method: str = None, kernel_size: int = None, beta: float = None, eps: float = None, permanova: str = None, permanova_permutations: int = None, permanova_cutoff: float = None, scored: bool = False, anosim_r: bool = None, permanova_f: bool = None, cluster_method: str = None, cluster_args: dict = None) None#

Methods

__init__([distance_method, kernel_size, ...])

to_json()

Attributes

anosim_r

beta

cluster_args

cluster_method

distance_method

eps

kernel_size

permanova

permanova_cutoff

permanova_f

permanova_permutations

scored