1Bio::SeqIO::exp(3)    User Contributed Perl Documentation   Bio::SeqIO::exp(3)
2
3
4

NAME

6       Bio::SeqIO::exp - exp trace sequence input/output stream
7

SYNOPSIS

9       Do not use this module directly.  Use it via the Bio::SeqIO class.
10

DESCRIPTION

12       This object can transform Bio::Seq objects to and from exp trace files.
13

FEEDBACK

15       Mailing Lists
16
17       User feedback is an integral part of the evolution of this and other
18       Bioperl modules. Send your comments and suggestions preferably to one
19       of the Bioperl mailing lists.  Your participation is much appreciated.
20
21         bioperl-l@bioperl.org                  - General discussion
22         http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
23
24       Reporting Bugs
25
26       Report bugs to the Bioperl bug tracking system to help us keep track
27       the bugs and their resolution.  Bug reports can be submitted via the
28       web:
29
30         http://bugzilla.open-bio.org/
31

AUTHORS - Aaron Mackey

33       Email: amackey@virginia.edu
34

APPENDIX

36       The rest of the documentation details each of the object methods.
37       Internal methods are usually preceded with a _
38
39       next_seq
40
41        Title   : next_seq
42        Usage   : $seq = $stream->next_seq()
43        Function: returns the next sequence in the stream
44        Returns : Bio::Seq::Quality object
45        Args    : NONE
46
47       write_seq
48
49        Title   : write_seq
50        Usage   : $stream->write_seq(@seq)
51        Function: writes the $seq object into the stream
52        Returns : 1 for success and 0 for error
53        Args    : Bio::Seq object
54
55
56
57perl v5.8.8                       2007-05-07                Bio::SeqIO::exp(3)
Impressum