Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bio::featureio::gtf(3pm) [debian man page]

Bio::FeatureIO::gtf(3pm)				User Contributed Perl Documentation				  Bio::FeatureIO::gtf(3pm)

NAME
Bio::FeatureIO::gtf - read write features in GTF format SYNOPSIS
Bio::FeatureIO::gff DESCRIPTION
GTF, is also known as GFF v2.5. This class is simply a subclass of Bio::FeatureIO::gff that initializes with -version => 2.5. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Allen Day Email allenday@ucla.edu APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ perl v5.14.2 2012-03-02 Bio::FeatureIO::gtf(3pm)

Check Out this Related Man Page

Bio::Coordinate::ResultI(3pm)				User Contributed Perl Documentation			     Bio::Coordinate::ResultI(3pm)

NAME
Bio::Coordinate::ResultI - Interface to identify coordinate mapper results SYNOPSIS
# not to be used directly DESCRIPTION
ResultI identifies Bio::LocationIs returned by Bio::Coordinate::MapperI implementing classes from other locations. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing lists Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Heikki Lehvaslaiho Email: heikki-at-bioperl-dot-org APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ perl v5.14.2 2012-03-02 Bio::Coordinate::ResultI(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

mailing problem in unix

I have a mailing problem in UNIX.... MAILT="$1" MAILTO=`echo $MAILT | tr ';' ','` CONTENT="/var/www/html/notifier/mailnotify_ccdb.html" SUBJECT="$2" CC="man@abc.com" BCC="ant@abc.com" ( echo "To : ${MAILTO}" echo "Cc : ${CC}" echo "Subject: $SUBJECT" echo "MIME-Version: 1.0" ... (3 Replies)
Discussion started by: rdhanek
3 Replies

2. Shell Programming and Scripting

Script to search and extract the gene sub-location from gff file.

Hi, my problem is that I have two files. File no. 1 is a gff text file (say gi1) that has gene information like : ******************** gene 39389788..39395643 /gene="RPSA" /note="Derived by automated computational analysis using ... (2 Replies)
Discussion started by: reena2305
2 Replies

3. UNIX for Dummies Questions & Answers

String condensation

Hello, if this input: gff art ex 2833 2966 . + . ID=A_172736 gff art ex 2976 3165 . + . ID=A_172736 gff art ex 3195 3941 . + . ID=A_713953 gff art ex 8615 8753 . + . ... (5 Replies)
Discussion started by: verse123
5 Replies