Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
move | Description | Code |
new | Description | Code |
qtl | Description | Code |
strand | Description | Code |
move | code | next | Top |
Arg [1] : $start - The new end of this qtl feature |
new | code | prev | next | Top |
Arg [1] : Bio::EnsEMBL::Map::DBSQL::QtlFeatureAdaptor $adaptor |
qtl | code | prev | next | Top |
Arg [1] : Bio::EnsEMBL::Map::Qtl $qtl |
strand | code | prev | next | Top |
Arg [1] : none |
move | description | prev | next | Top |
my ($self, $start, $end, $strand) = @_; #maintain a strandedness of 0}
return $self->SUPER::move($start,$end,0); } 1;
new | description | prev | next | Top |
my ( $class, $adaptor, $slice, $start, $end, $qtl, $analysis ) = @_; $class = ref( $class ) ||$class; my $self = bless( { 'adaptor' => $adaptor, 'slice' => $slice, 'start' => $start, 'end' => $end, 'qtl' => $qtl, 'analysis' => $analysis, 'strand' => 0 }, $class ); return $self;}
qtl | description | prev | next | Top |
my $self = shift; if(@_) { $self->{'qtl'} = shift; } return $self->{'qtl'};}
strand | description | prev | next | Top |
my $self = shift; return 0;}
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>.