Skip to the content.

Bio::ToolBox

Home Install Libraries Applications Examples FAQ

get_feature_info.pl

A program to collect feature information from a BioPerl SeqFeature::Store db.

SYNOPSIS

get_feature_info.pl <filename>

File options:
-i --in <filename>                        input file of list db features
-o --out <filename>                       optional output file

Database options:
-d --db <name>                            annotation database: mysql sqlite
                                            or annotation file: gtf gff ucsc
-a --attrib <attribute1,attribute2,...>   list of attributes to collect
-t --type <primary_tag>                   specify a feature type as needed

General options:
-z --gz                                   compress output file
-v --version                              print version and exit
-h --help                                 show extended documentation

Attributes include:
 Chromosome
 Start
 Stop
 Strand
 Score
 Name
 Alias
 Note
 Type
 Primary_tag
 Source
 Length
 Midpoint
 Phase
 RNA_count (number of transcript subfeatures)
 Exon_count (number of exon subfeatures)
 Gene_length (sum of all merged, collapsed, transcript exon lengths)
 Transcript_length (sum of exon lengths)
 Parent (name)
 Primary_ID
 <tag>

OPTIONS

The command line flags and descriptions:

File options

Database options

General options

DESCRIPTION

This program will collect attributes for a list of features from the database. The attributes may be general attributes, such as chromsome, start, stop, strand, etc., or feature specific attributes stored in the original group field of the original source GFF file.

AUTHOR

Timothy J. Parnell, PhD
Howard Hughes Medical Institute
Dept of Oncological Sciences
Huntsman Cancer Institute
University of Utah
Salt Lake City, UT, 84112

This package is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.