sub chromosomestart{
my $obj = shift;
if( @_ ) {
my $value = shift;
$obj->{'chromosomestart'} = $value;
}
return $obj->{'chromosomestart'};
}
|
ensembl-hive
2.7.0
|
Public Member Functions | |
| public | new () |
| public Value | chromosomestart () |
| public Value | chromosomeend () |
| public Value | value () |
| public This | scaledvalue () |
| public This | url () |
This object deals with the raw data to built the density plots
Definition at line 13 of file BinValue.pm.
| public Value Bio::EnsEMBL::DensityPlot::BinValue::chromosomeend | ( | ) |
Title : chromosomesnd Usage : $obj->chromosomeend($newval) Function: Returns : value of chromosomeend Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::DensityPlot::BinValue::chromosomestart | ( | ) |
Title : ChromosomeStart Usage : $obj->ChromosomeStart($newval) Function: Returns : value of ChromosomeStart Args : newvalue (optional)
Code:
| public Bio::EnsEMBL::DensityPlot::BinValue::new | ( | ) |
Undocumented method
Code:
| public This Bio::EnsEMBL::DensityPlot::BinValue::scaledvalue | ( | ) |
Title : scaledvalue Usage : $obj->scaledvalue($newval) Function: Returns : this object's scaled value Args : newvalue (optional)
Code:
| public This Bio::EnsEMBL::DensityPlot::BinValue::url | ( | ) |
Title : url Usage : $obj->url($newval) Function: Returns : this object's url Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::DensityPlot::BinValue::value | ( | ) |
Title : value Usage : $obj->value($newval) Function: Returns : value of value Args : newvalue (optional)
Code: