This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 06 May, 2009 9 commits
-
-
Ian Longden authored
-
Ian Longden authored
Go status set to XREF now instead of KNWONXREF so that if a gene has a GO reference it does not automatically get set to be a known gene. Added new external source Fantom
-
Ian Longden authored
alternative splicing tables added, dependent_xref table added, go_xref types that were missed somehow have now been added
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Steve Trevanion authored
-
Ian Longden authored
-
Ian Longden authored
-
- 05 May, 2009 5 commits
-
-
Steve Trevanion authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
support will be available once a schema patch has been committed and databases have been patched...
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
databases in Registry.
-
- 30 Apr, 2009 1 commit
-
-
Tim Cutts authored
-
- 27 Apr, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
not really a general purpose method but quite specific to what the web team will want to do later.
-
- 23 Apr, 2009 4 commits
-
-
Martin Hammond authored
Add subclass of StableIdGenerator::EnsemblGeneric to do Anopheles gambiae stable ID incrementation and verification.
-
Magali Ruffier authored
-
Daniel Rios authored
-
Daniel Rios authored
-
- 22 Apr, 2009 1 commit
-
-
Daniel Rios authored
-
- 21 Apr, 2009 1 commit
-
-
Daniel Rios authored
-
- 20 Apr, 2009 4 commits
-
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Susan Fairley authored
-
Susan Fairley authored
Entry added for Tgut_symbols. These are the gene symbols assigned to Taeniopygia guttata (zebra finch) genes by Dave Burt.
-
- 15 Apr, 2009 1 commit
-
-
Kerstin Howe authored
-
- 14 Apr, 2009 1 commit
-
-
William McLaren authored
-
- 09 Apr, 2009 1 commit
-
-
Daniel Rios authored
-
- 08 Apr, 2009 2 commits
-
-
Julio Fernandez Banet authored
-
Steve Trevanion authored
-
- 07 Apr, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 02 Apr, 2009 1 commit
-
-
Nathan Johnson authored
-
- 01 Apr, 2009 3 commits
-
-
Steve Trevanion authored
-
Ian Longden authored
-
Ian Longden authored
-
- 31 Mar, 2009 4 commits
-
-
Andreas Kusalananda Kähäri authored
Arg [1] : Bio::EnsEMBL::OntologyTerm The term whose ancestor terms should be fetched. Description : Given a child ontology term, returns a hash structure containing its ancestor terms, up to and including any root term. In GO, relations of the type 'is_a' and 'part_of' are included, but not 'regulates' etc. Example : my %chart = %{ $ot_adaptor->fetch_ancestor_chart($term) }; Return type : A reference to a hash structure like this: { 'GO:XXXXXXX' => { 'term' => # ref to Bio::EnsEMBL::OntologyTerm object 'is_a' => [...], # listref of Bio::EnsEMBL::OntologyTerm 'part_of' => [...], # listref of Bio::EnsEMBL::OntologyTerm }, 'GO:YYYYYYY' => { # Similarly for all ancestors, # and including the query term itself. } }
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-