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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 31, 2009
-
-
Ian Longden authored
-
Ian Longden authored
new test code to calculate display xrefs using the xref database and SQL only. So much, much faster as just simple sql instead of gettin gall genes, then all transcripts then all dbentries. Caveat though is that all the xrefs have to be in the xref database and cannot be used to an update mode. i.e. just adding one particular source. Can only be used whan adding ALL sources possible.
-
Ian Longden authored
use object_xref_id to join dependent xref to object_xref and not xref_id as this is more unique. Interpro GOs do not have dependent_xrefs so GOs need to be processed slightly differently by doing a left join instead
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- Mar 26, 2009
-
-
Daniel Rios authored
-
Andreas Kusalananda Kähäri authored
Add beginnings of fetch_ancestor_chart(), which will return a simple hash with some form of ancestor chart information for a term.
-
- Mar 25, 2009
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
relationship types to consider, e.g. qw(is_a part_of).
-
Andreas Kusalananda Kähäri authored
Added specialied implementation of both fetch_by_dbID() and fetch_by_dbID_list().
-
- Mar 24, 2009
-
-
Andreas Kusalananda Kähäri authored
Renaming 'ontology_term' table into 'term'.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Arg [1] : Bio::EnsEMBL::OntologyTerm The GO term for which genes should be fetched. Example: @genes = @{ $gene_adaptor->fetch_all_by_GOTerm( $go_adaptor->fetch_by_accession('GO:0030326') ) }; Description : Retrieves a list of genes that are associated with the given GO term, or with any of its descendent GO terms. The genes returned are in their native coordinate system, i.e. in the coordinate system in which they are stored in the database. If another coordinate system is required then the Gene::transfer or Gene::transform method can be used. Return type : listref of Bio::EnsEMBL::Gene (similarly for TranscriptAdaptor and TranslationAdaptor)
-
Jan-hinnerk Vogel authored
old behaviour restored after it was changed by whs / graef in january to not update the table. option -update changed to -noupdate
-
Jan-hinnerk Vogel authored
description added for Uniprot_other
-
Ian Longden authored
-
Ian Longden authored
-
- Mar 19, 2009
-
-
Ian Longden authored
-
Daniel Rios authored
-
- Mar 18, 2009
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Bronwen Aken authored
Added transcribed_pseudogene to the pseudo code group
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
useful tool for getting info on the xref run taking place. Also will use this to rollback to variuos stages of the xref run. This is very much still in development
-
Ian Longden authored
-
Amy Tang authored
be recognised for horse.
-
Daniel Rios authored
-
Amy Tang authored
-
- Mar 17, 2009
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
ontology terms from it.
-
Andreas Kusalananda Kähäri authored
Bio::EnsEMBL::DBSQL::OntologyTermAdaptor. Currently knows how to get its own children/parent terms, and how to get its own ancestors/descendants terms (all parents, all children). Will be used in queries for genes, transcripts, and translations using appropriate adaptors.
-
Albert Vilella authored
-