Help for this page

Select Code to Download


  1. or download this
    return $self->Bio::DB::Das::Chado::Segment->new($name,$self,$start,$end);
  2. or download this
    return Bio::DB::Das::Chado::Segment->new($name,$self,$start,$end);
    
  3. or download this
    my $cvterm_id = {} ;  # this scalar is  a hashref
    while (my $hashref = $sth->fetchrow_hashref) {
        $$cvterm_id{$$hashref{termname}} = $$hashref{cvterm_id};
    }