Bio::DB::GFF::Typename

Bio::DB::GFF::Typename is the name of a feature type.
Download

Bio::DB::GFF::Typename Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lincoln Stein
  • Publisher web site:
  • http://search.cpan.org/~lds/Crypt-CBC-2.29/CBC.pm

Bio::DB::GFF::Typename Tags


Bio::DB::GFF::Typename Description

Bio::DB::GFF::Typename is the name of a feature type. Bio::DB::GFF::Typename is the name of a feature type.SYNOPSIS use Bio::DB::GFF; my $type = Bio::DB::GFF::Typename->new(similarity => 'BLAT_EST_GENOME'); my $segment = $segment->features($type);Bio::DB::GFF::Typename objects encapsulate the combination of feature method and source used by the GFF flat file format. They can be used in the Bio::DB::GFF modules wherever a feature type is called for.Since there are relatively few types and many features, this module maintains a memory cache of unique types so that two features of the same type will share the same Bio::DB::GFF::Typename object.METHODSnew Title : new Usage : $type = Bio::DB::GFF::Typename->new($method,$source) Function: create a new Bio::DB::GFF::Typename object Returns : a new Bio::DB::GFF::Typename object Args : method and source Status : Publicmethod Title : method Usage : $method = $type->method() Function: get or set the method Returns : a method name Args : new method name (optional) Status : Publicsource Title : source Usage : $source = $type->source() Function: get or set the source Returns : a source name Args : new source name (optional) Status : PublicasString Title : asString Usage : $string = $type->asString Function: get the method and source as a string Returns : a string in "method:source" format Args : none Status : PublicThis method is used by operator overloading to overload the '""' operator.clone Title : clone Usage : $new_clone = $type->clone; Function: clone this object Returns : a new Bio::DB::GFF::Typename object Args : none Status : PublicThis method creates an exact copy of the object.match Title : match Usage : $boolean = $type->match($type_or_string) Function: fuzzy match on types Returns : a flag indicating that the argument matches the object Args : a Bio::DB::GFF::typename object, or a string in method:source format Status : PublicThis match allows Sequence:Link and Sequence: to match, but not Sequence:Link and Sequence:Genomic_canonical. Requirements: · Perl


Bio::DB::GFF::Typename Related Software