3 # bioperl module for Bio::LiveSeq::Prim_Transcript
5 # Cared for by Joseph Insana <insana@ebi.ac.uk> <jinsana@gmx.net>
7 # Copyright Joseph Insana
9 # You may distribute this module under the same terms as perl itself
11 # POD documentation - main docs before the code
15 Bio::LiveSeq::Prim_Transcript - Prim_Transcript class for LiveSeq
19 # documentation needed
23 Class for PRIM_TRANSCRIPT objects. They consist of a beginlabel, an endlabel (both
24 referring to a LiveSeq DNA object) and a strand.
25 The strand could be 1 (forward strand, default), -1 (reverse strand).
27 =head1 AUTHOR - Joseph A.L. Insana
29 Email: Insana@ebi.ac.uk, jinsana@gmx.net
33 The rest of the documentation details each of the object
34 methods. Internal methods are usually preceded with a _
38 # Let the code begin...
40 package Bio
::LiveSeq
::Prim_Transcript
;
43 use base
qw(Bio::LiveSeq::Range);
48 Usage : $intron1=Bio::LiveSeq::Prim_Transcript->new(-seq => $objref,
49 -start => $startlabel,
54 Function: generates a new Bio::LiveSeq::Prim_Transcript
55 Returns : reference to a new object of class Prim_Transcript
57 Args : two labels and an integer