7 See the NOTICE file distributed with
this work
for additional information
8 regarding copyright ownership.
10 Licensed under the Apache License, Version 2.0 (the
"License");
11 you may not use
this file except in compliance with the License.
12 You may obtain a copy of the License at
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an
"AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License
for the specific language governing permissions and
20 limitations under the License.
27 Please email comments or questions to the
public Ensembl
28 developers list at <http:
30 Questions may also be sent to the Ensembl help desk at
44 -host =>
'ensembldb.ensembl.org',
47 -species =>
'homo sapiens',
51 'homo sapiens',
'Core',
'Slice'
53 my $slice = $slice_adaptor->fetch_by_gene_stable_id(
'ENSG00000101266');
54 say $slice->display_id();
58 L<Bio::EnsEMBL> is the
namespace for the
EnsEMBL Core API.
59 The Core API provides access to the
EnsEMBL genomic databases.
69 Please email comments or questions to the public EnsEMBL developers list at
72 Questions may also be sent to the EnsEMBL help desk at
75 =head1 COPYRIGHT AND LICENCE
77 Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
79 Copyright [2016-2024] EMBL-European Bioinformatics Institute
81 Licensed under the Apache License, Version 2.0
88 # ABSTRACT: API to connect to and work with EnsEMBL genomic databases