Main > Programming > Libraries >

Bio::Graphics::FeatureFile 1.4

Bio::Graphics::FeatureFile 1.4

Sponsored Links

Bio::Graphics::FeatureFile 1.4 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 4.7 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1231
Date added: 2006-06-12
Publisher: Lincoln Stein

Bio::Graphics::FeatureFile 1.4 description

Bio::Graphics::FeatureFile is a set of Bio::Graphics features, stored in a file.

SYNOPSIS

use Bio::Graphics::FeatureFile;
my $data = Bio::Graphics::FeatureFile->new(-file => features.txt);


# create a new panel and render contents of the file onto it
my $panel = $data->new_panel;
my $tracks_rendered = $data->render($panel);

# or do it all in one step
my ($tracks_rendered,$panel) = $data->render;

# for more control, render tracks individually
my @feature_types = $data->types;
for my $type (@feature_types) {
my $features = $data->features($type);
my %options = $data->style($type);
$panel->add_track($features,%options); # assuming we have a Bio::Graphics::Panel
}

# get individual settings
my $est_fg_color = $data->setting(EST => fgcolor);

# or create the FeatureFile by hand

# add a type
$data->add_type(EST => {fgcolor=>blue,height=>12});

# add a feature
my $feature = Bio::Graphics::Feature->new(
# params
); # or some other SeqI
$data->add_feature($feature=>EST);

The Bio::Graphics::FeatureFile module reads and parses files that describe sequence features and their renderings. It accepts both GFF format and a more human-friendly file format described below. Once a FeatureFile object has been initialized, you can interrogate it for its consistuent features and their settings, or render the entire file onto a Bio::Graphics::Panel.

This moduel is a precursor of Jason Stajichs Bio::Annotation::Collection class, and fulfills a similar function of storing a collection of sequence features. However, it also stores rendering information about the features, and does not currently follow the CollectionI interface.

Bio::Graphics::FeatureFile 1.4 Screenshot

Advertisements

Bio::Graphics::FeatureFile 1.4 Keywords

Bookmark Bio::Graphics::FeatureFile 1.4

Hyperlink code:
Link for forum:

Bio::Graphics::FeatureFile 1.4 Copyright

WareSeeker periodically updates pricing and software information of Bio::Graphics::FeatureFile 1.4 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Bio::Graphics::FeatureFile 1.4 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Bio::Graphics::Feature is a simple feature object for use with Bio::Graphics::Panel. Free Download
Bio::DB::GFF::Feature is a relative segment identified by a feature type. Free Download
Bio::Graphics::Glyph::cds module contains the cds glyph. Free Download
Bio::Graphics::Glyph::alignment is the "alignment" glyph. Free Download
Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects. Free Download
Bio::Graphics::Glyph::minmax is the minmax glyph. Free Download
Bio::Map::MappableI is an object that can be placed in a map. Free Download
Bio::Tree::Tree is an Implementation of TreeI interface. Free Download