|
ensembl-hive
2.8.1
|
Inheritance diagram for Bio::EnsEMBL::DensityType:Public Member Functions | |
| public Bio::EnsEMBL::DensityType | new () |
| public Bio::EnsEMBL::Analysis | analysis () |
| public Float | value_type () |
| public Int | block_size () |
| public String | region_features () |
Public Member Functions inherited from Bio::EnsEMBL::Storable | |
| public Bio::EnsEMBL::Storable | new () |
| public Instance | new_fast () |
| public Int | dbID () |
| public Bio::EnsEMBL::DBSQL::BaseAdaptor | adaptor () |
| public Boolean | is_stored () |
| public | get_all_DAS_Features () |
A density type represents a density, or percentage coverage etc. in a given region.
Definition at line 24 of file DensityType.pm.
| public Bio::EnsEMBL::Analysis Bio::EnsEMBL::DensityType::analysis | ( | ) |
Arg [1] : Bio::EnsEMBL::Analysis Description: get/set for attribute analysis Returntype : Bio::EnsEMBL::Analysis Exceptions : none Caller : general Status : Stable
Code:
| public Int Bio::EnsEMBL::DensityType::block_size | ( | ) |
Arg [1] : int Description: getter/setter for attribute block_size Returntype : int Exceptions : none Caller : general Status : Stable
Code:
| public Bio::EnsEMBL::DensityType Bio::EnsEMBL::DensityType::new | ( | ) |
Arg [..] : Takes a set of named arguments Example :
Description: Creates a new Density Type object Returntype : Bio::EnsEMBL::DensityType Exceptions : blocksize > 0, valuetype must be 'sum' or 'ratio', valid analysis object must be passed Caller : general Status : Stable
Code:
| public String Bio::EnsEMBL::DensityType::region_features | ( | ) |
Arg [1] : int $region_features Example :
Description: get/set for attribute region_features Returntype : string Exceptions : none Caller : general
Code:
| public Float Bio::EnsEMBL::DensityType::value_type | ( | ) |
Arg [1] : string $value_type Description: gettter/setter for the type Returntype : float Exceptions : none Caller : general Status : Stable
Code: