2 # bioperl module for Bio::LiveSeq::Prim_Transcript
4 # Please direct questions and support issues to <bioperl-l@bioperl.org>
6 # Cared for by Joseph Insana <insana@ebi.ac.uk> <jinsana@gmx.net>
8 # Copyright Joseph Insana
10 # You may distribute this module under the same terms as perl itself
12 # POD documentation - main docs before the code
16 Bio::LiveSeq::Prim_Transcript - Prim_Transcript class for LiveSeq
20 # documentation needed
24 Class for PRIM_TRANSCRIPT objects. They consist of a beginlabel, an endlabel (both
25 referring to a LiveSeq DNA object) and a strand.
26 The strand could be 1 (forward strand, default), -1 (reverse strand).
28 =head1 AUTHOR - Joseph A.L. Insana
30 Email: Insana@ebi.ac.uk, jinsana@gmx.net
34 The rest of the documentation details each of the object
35 methods. Internal methods are usually preceded with a _
39 # Let the code begin...
41 package Bio
::LiveSeq
::Prim_Transcript
;
44 use base
qw(Bio::LiveSeq::Range);
49 Usage : $intron1=Bio::LiveSeq::Prim_Transcript->new(-seq => $objref,
50 -start => $startlabel,
55 Function: generates a new Bio::LiveSeq::Prim_Transcript
56 Returns : reference to a new object of class Prim_Transcript
58 Args : two labels and an integer