Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 06, 2009
  2. May 05, 2009
  3. Apr 30, 2009
  4. Apr 27, 2009
  5. Apr 23, 2009
  6. Apr 22, 2009
  7. Apr 21, 2009
  8. Apr 20, 2009
  9. Apr 15, 2009
  10. Apr 14, 2009
  11. Apr 09, 2009
  12. Apr 08, 2009
  13. Apr 07, 2009
  14. Apr 02, 2009
  15. Apr 01, 2009
  16. Mar 31, 2009
    • Andreas Kusalananda Kähäri's avatar
      Finish implementation of fetch_ancestor_chart(): · ac4ef744
      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.
            }
          }
      ac4ef744
    • Ian Longden's avatar
      change of ccds and vega databases · a4cd966f
      Ian Longden authored
      a4cd966f