ensembl-hive  2.8.1
Bio::EnsEMBL Class Reference

Classes

class  Hive
 

Detailed Description

Synopsis

-host => 'ensembldb.ensembl.org',
-user => 'anonymous',
-db_version => 112,
-species => 'homo sapiens',
-group => 'core'
);
my $slice_adaptor = Bio::EnsEMBL::Registry->get_adaptor(
'homo sapiens', 'Core', 'Slice'
);
my $slice = $slice_adaptor->fetch_by_gene_stable_id('ENSG00000101266');
say $slice->display_id();

Description

Bio::EnsEMBL is the namespace for the EnsEMBL Core API.
The Core API provides access to the EnsEMBL genomic databases.

Most people will want to use Bio::EnsEMBL::Registry as an entry point.

See-also

Lhttps://www.ensembl.org/info/docs/api/index.html

Definition at line 33 of file EnsEMBL.pm.


The documentation for this class was generated from the following file:
Bio::EnsEMBL::Registry::get_adaptor
public Adaptor get_adaptor()
Bio::EnsEMBL::Registry
Definition: Registry.pm:113
Bio::EnsEMBL::Registry::load_registry_from_db
public Int load_registry_from_db()