The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Chado::Schema::Cv::StatsPathsToRoot

DESCRIPTION

per-cvterm statistics on its placement in the DAG relative to the root. There may be multiple paths from any term to the root. This gives the total number of paths, and the average minimum and maximum distances. Here distance is defined by cvtermpath.pathdistance

ACCESSORS

cvterm_id

data_type: integer
default_value: undef
is_nullable: 1

total_paths

data_type: bigint
default_value: undef
is_nullable: 1

avg_distance

data_type: numeric
default_value: undef
is_nullable: 1
size: ARRAY(0xa5673d8)

min_distance

data_type: integer
default_value: undef
is_nullable: 1

max_distance

data_type: integer
default_value: undef
is_nullable: 1