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

NAME

Bio::Chado::Schema::Cv::StatsPathsToRoot - 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
  size: 4

total_paths

  data_type: bigint
  default_value: undef
  is_nullable: 1
  size: 8

avg_distance

  data_type: numeric
  default_value: undef
  is_nullable: 1
  size: undef

min_distance

  data_type: integer
  default_value: undef
  is_nullable: 1
  size: 4

max_distance

  data_type: integer
  default_value: undef
  is_nullable: 1
  size: 4