[bug 2450]
[bioperl-live.git] / Bio / Expression / ProbeI.pm
blob6633b4a5563d235cbf7004129e7505c7c85f6dd4
1 # $Id$
2 # BioPerl module for Bio::Expression::ProbeI
4 # Copyright Allen Day <allenday@ucla.edu>, Stan Nelson <snelson@ucla.edu>
5 # Human Genetics, UCLA Medical School, University of California, Los Angeles
7 # POD documentation - main docs before the code
9 =head1 NAME
11 Bio::Expression::ProbeI - an interface class for DNA/RNA probes
13 =head1 SYNOPSIS
15 Do not use this module directly
17 =head1 DESCRIPTION
19 This class ISA Bio::Expression::FeatureI, nothing more.
21 =head1 FEEDBACK
23 =head2 Mailing Lists
25 User feedback is an integral part of the evolution of this and other
26 Bioperl modules. Send your comments and suggestions preferably to one
27 of the Bioperl mailing lists. Your participation is much appreciated.
29 bioperl-l@bioperl.org - General discussion
30 http://bioperl.org/MailList.shtml - About the mailing lists
32 =head2 Reporting Bugs
34 Report bugs to the Bioperl bug tracking system to help us keep track
35 the bugs and their resolution.
36 Bug reports can be submitted via email or the web:
38 bioperl-bugs@bio.perl.org
39 http://bio.perl.org/bioperl-bugs/
41 =head1 AUTHOR
43 Allen Day E<lt>allenday@ucla.eduE<gt>
45 =head1 APPENDIX
47 The rest of the documentation details each of the object
48 methods. Internal methods are usually preceded with a _
50 =cut
52 # Let the code begin...
53 package Bio::Expression::ProbeI;
55 use strict;
56 use Bio::Root::Root;
58 use base qw(Bio::Expression::FeatureI);
59 use vars qw($DEBUG);