File Description: go-stats: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
Line 43: Line 43:
** '''[http://geneontology.org/docs/guide-go-evidence-codes/ by evidence]:''' number of annotations for each individual evidence code, detailed by [[GO_stats-glossary#aspect |aspect]].  
** '''[http://geneontology.org/docs/guide-go-evidence-codes/ by evidence]:''' number of annotations for each individual evidence code, detailed by [[GO_stats-glossary#aspect |aspect]].  
** '''[[GO_stats-glossary#evidence_cluster|by_evidence_cluster]]''': Number of annotations for each [[GO_stats-glossary#evidence_cluster|evidence cluster]] (PHYLO, IEA, OTHER, EXP, ND
, HTP), detailed by [[GO_stats-glossary#aspect |aspect]].
** '''[[GO_stats-glossary#evidence_cluster|by_evidence_cluster]]''': Number of annotations for each [[GO_stats-glossary#evidence_cluster|evidence cluster]] (PHYLO, IEA, OTHER, EXP, ND
, HTP), detailed by [[GO_stats-glossary#aspect |aspect]].
* '''by_group:''' Number of annotation for each contributing group, obtained using the 'assigned_by' field.
* '''by_group:''' Number of annotation for each contributing group, obtained using the <code>assigned_by</code> field of each input file.


==taxa==
==taxa==

Revision as of 10:49, 24 October 2019

  IN PROGRESS 

Usage

Primary stat file computed.

Input data

Annotation stats are obtained by querying GOlr[1]. ***IS THIS THE RIGHT LINK???***

Format(s)

json

File description

The go-stats file contains the following information:

release_date

  • release_date: Obtained from release/metadata/release-date.json (or snapshot/metadata/release-date.json).

ontology

  • valid_terms: Total number of valid terms (non-obsolete) in the ontology.
  • obsolete_terms: Total number of terms with obsolete status (ie, term_ids for which the is_obsolete field is true in the go.obo file) (this excludes merges).
  • merged_terms: Total number of merged terms (calculated by counting the term_ids for which the field is_obsolete is true in the go.obo file, and that also are are as alt_ids of a valid term).
  • biological_process_terms: Total number of valid terms for the biological_process aspect.
  • molecular_function_terms: Total number of valid terms for the molecular_function aspect.
  • cellular_component_terms: Total number of valid terms for the cellular_component aspect.
  • meta_statements: Total number of identifiers, alternative identifiers, namespace, term label, comments, synonyms, definitions, subsets, for each valid term.
  • cross_references: Total number of cross_references, from the xref field of the go.obo file.
  • terms_relations: Total number of relations; the count of all relations, using the fields is_a, intersection_of and relationship of the go.obo file.
  • changes_created_terms: Number of created terms since the previous release.
  • changes_obsolete_terms: Number of terms obsoleted since the previous release.
  • changes_merged_terms: Number of created merged since the previous release.

annotations

taxa

  • total: number of species with annotations.
  • filtered: number of species with > 1,000 annotations.

bioentities

  • total: total number of annotated bioentities
  • by_type
    • all (see list of bioentity types)
    • cluster
  • by_filtered_taxon
    • all: number of annotations for each species, by bioentity_type and by aspect.
    • cluster: number of annotations for each species, by bioentity_type_cluster and by aspect.

references

  • all
    • total: total number of distinct annotated references (includes PMIDs, GO_REFs, DOIs, internal IDs for Model Organism Databases and Reactome (note that for papers with both a PMID and an internal reference ID, the paper is counted twice).
    • by_filtered_taxon
    • by group
  • pmid: same as above, filtered for pmids.
    • total: total number of distinct pmids.
    • by_filtered_taxon
    • by_group

Direct access to files

snapshot

http://snapshot.geneontology.org/release_stats/go-stats.json

current

http://current.geneontology.org/release_stats/go-stats.json

Review Status

Last reviewed: October 17, 2019