Bio-DOOP-DOOP

 view release on metacpan or  search on metacpan

lib/Bio/DOOP/SequenceFeature.pm  view on Meta::CPAN


Returns the tfbs primary ID, if the feature type is "tfbs".

=cut

sub get_tfbsid {
  my $self                 = shift;
  return($self->{TFBSID});
}

=head2 get_cpgid

Returns the cpg primary ID, if the feature type is "cpg".

=cut

sub get_cpgid {
  my $self                 = shift;
  return($self->{CPGID});
}

=head2 get_repeatid

Returns the repeat primary ID, if the feature type is "rep".

=cut



( run in 1.878 second using v1.01-cache-2.11-cpan-5735350b133 )