The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Chado::Schema::Result::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'
  is_nullable: 1

total_paths

  data_type: 'bigint'
  is_nullable: 1

avg_distance

  data_type: 'numeric'
  is_nullable: 1

min_distance

  data_type: 'integer'
  is_nullable: 1

max_distance

  data_type: 'integer'
  is_nullable: 1