Summary | Included libraries | Package variables | Description | General documentation | Methods |
WebCvs | Raw content |
_convert_single | No description | Code |
_convert_single | description | prev | next | Top |
my ($self, $in) = @_; $self->throw("Input not defined") unless($in && defined($in)); unless(ref($in) && $in->isa('Bio::EnsEMBL::SeqFeature')){ $self->throw('A Bio::EnsEMBL::SeqFeature object needed'); } my @args = ( -start => $in->start, -end => $in->end, -strand => $in->strand, -score => $in->score, -source_tag => $in->source_tag, -seq_id => $in->seqname ); my $seqFeature = new Bio::SeqFeature::Generic(@args); return $seqFeature; } 1;}
LICENSE | Top |
Copyright (c) 1999-2009 The European Bioinformatics Institute and
Genome Research Limited. All rights reserved.
This software is distributed under a modified Apache license. For license details, please see /info/about/code_licence.html
CONTACT | Top |
Please email comments or questions to the public Ensembl
developers list at <ensembl-dev@ebi.ac.uk>.
Questions may also be sent to the Ensembl help desk at <helpdesk@ensembl.org>.
AUTHOR | Top |
SYNOPISIS | Top |