Bio::Chado::Schema::Result::Cv::StatsPathsToRoot - Bio::Chado::Schema::Result::Cv::StatsPathsToRoot documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

NAME

Top

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

ACCESSORS

Top

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

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.