Searching the RRID Resource Information Network

Our searching services are busy right now. Please try again later

  • Register
X
Forgot Password

If you have forgotten your password you can enter your email here and get a temporary password sent to your email.

X

Leaving Community

Are you sure you want to leave this community? Leaving the community will revoke any permissions you have been granted in this community.

No
Yes

Preparing word cloud

×

SciCrunch Registry is a curated repository of scientific resources, with a focus on biomedical resources, including tools, databases, and core facilities - visit SciCrunch to register your resource.

Search

Type in a keyword to search

Filter by records added date
See new records

Options


Current Facets and Filters

  • Related Resources:gene ontology (facet)

Facets


Recent searches

Snippet view Table view
Click the to add this resource to a Collection

256 Results - per page

Show More Columns | Download 256 Result(s)

Resource Name Proper Citation Abbreviations Resource Type Description Keywords Resource Relationships Related Condition Funding Defining Citation Availability Specification URL Alternate IDs Alternate URLs Old URLs Parent Organization Resource ID Synonyms Record Last Update Mentions Count
COBrA
 
Resource Report
Resource Website
1000+ mentions
COBrA (RRID:SCR_005677) COBrA software resource COBrA is a Java-based ontology editor for bio-ontologies that distinguishes itself from other editors by supporting the linking of concepts between two ontologies, and providing sophisticated analysis and verification functions. In addition to the Gene Ontology and Open Biology Ontologies formats, COBrA can import and export ontologies in the Semantic Web formats RDF, RDFS and OWL. Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible, THIS RESOURCE IS NO LONGER IN SERVICE. Documented on September 16,2025. ontology, anatomy, browser, ontology or annotation browser is listed by: Gene Ontology Tools
is related to: Gene Ontology
is related to: OBO
has parent organization: University of Edinburgh; Scotland; United Kingdom
BBSRC 15/BEP 17046 PMID:15513995 THIS RESOURCE IS NO LONGER IN SERVICE nlx_149117 SCR_005677 COBrA - An Ontology Browser for Anatomy, COBrA: a bio-ontology editor 2026-08-08 11:58:45 1396
GOProfiler
 
Resource Report
Resource Website
1+ mentions
GOProfiler (RRID:SCR_005683) GOProfiler service resource Service that provides a summary of GO annotations available for each species. The user provides a taxon id and GOProfiler displays the number of GO associations and the number of annotated proteins for that species. The results are listed by evidence code and a separate list of unannotated proteins is also provided. ontology or annotation browser, annotation, protein, gene ontology is listed by: Gene Ontology Tools
is listed by: OMICtools
is related to: Gene Ontology
has parent organization: AgBase
PMID:16961921 Free for academic use OMICS_02269, nlx_149127 SCR_005683 2026-08-08 11:58:30 2
GOEx - Gene Ontology Explorer
 
Resource Report
Resource Website
10+ mentions
GOEx - Gene Ontology Explorer (RRID:SCR_005779) GOEx software resource THIS RESOURCE IS NO LONGER IN SERVICE. Documented July 5, 2018. Gene Ontology Explorer (GOEx) combines data from protein fold changes with GO over-representation statistics to help draw conclusions in proteomic experiments. It is tightly integrated within the PatternLab for Proteomics project and, thus, lies within a complete computational environment that provides parsers and pattern recognition tools designed for spectral counting. GOEx offers three independent methods to query data: an interactive directed acyclic graph, a specialist mode where key words can be searched, and an automatic search. A recent hack included in GOEx is to load the sparse matrix index file directly into GOEx, instead of going through the report generation using the AC/T-fold methods. This makes it easy for GOEx to analyze any list of proteins as long as the list follows the index file format (described in manuscript) . Please note that if using this alternative strategy, there will be no protein fold information. Platform: Windows compatible proteomics, visualization, statistical analysis, gene ontology, parse, pattern recognition, spectral counting, analysis, protein fold is listed by: Gene Ontology Tools
is related to: Gene Ontology
has parent organization: Scripps Research Institute
CNPq ;
CAPES ;
FAPERJ BBP grant ;
PAPES ;
PDTIS ;
Ary Frauzino Foundation ;
NIAID ;
NIH ;
genesis molecular biology laboratory ;
Fiocruz-INCA collaboration ;
NIAID UCSD/MCB0237059;
NCRR P41RR011823;
NIMH 5R01 MH067880
PMID:19239707 THIS RESOURCE IS NO LONGER IN SERVICE nlx_149249 http://pcarvalho.com/patternlab/goex.shtml SCR_005779 Gene Ontology Explorer, GO Explorer 2026-08-08 11:58:37 32
OWLTools
 
Resource Report
Resource Website
10+ mentions
OWLTools (RRID:SCR_005732) OWLTools software resource OWLTools (aka OWL2LS - OWL2 Life Sciences) is a java API for accessing ontologies in either OBO or OWL. OWLTools provides a bio-ontologies friendly wrapper on top of the Manchester OWL API. It provides many features, including: * convenience methods for OBO-like properties such as synonyms, textual definitions, obsoletion, replaced_by * simple graph-like operations over ontologies * visualization using the QuickGO graphs libraries Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible software library, ontology is listed by: Gene Ontology Tools
is related to: OBO
has parent organization: Gene Ontology
has parent organization: Google Project Hosting
is parent organization of: OwlSim
Open unspecified license - Free for academic use nlx_149192 SCR_005732 OWL2LS - OWL2 Life Sciences, OWL Tools 2026-08-08 11:58:37 18
Blip: Biomedical Logic Programming
 
Resource Report
Resource Website
1+ mentions
Blip: Biomedical Logic Programming (RRID:SCR_005733) Blip, blipkit software resource Biomedical Logical Programming (Blip) is a research-oriented deductive database and prolog application library for handling biological and biomedical data. It includes packages for advanced querying of ontologies and annotations. Blip underpins the Obol tool. Here are some distinguishing characteristics of Blip * Lightweight. Bloat-free: Blip only has as many modules as it needs to do its job. * Fast. * Declarative. Say what you want to do, not how you want to do it * Blip can be Query-oriented: specify your data sources and ask your query * Blip can be Application-oriented: it is designed to be used as an application library used by other bioinformatics tools * Mature and fully functional ontology module for handling both OBO-style ontologies and OWL ontologies. * Modules for handling biological sequences and sequence features. (currently limited functionality, added as needed) * A systems biology module for querying pathway and interaction data. (currently limited functionality, added as needed) * Relational database integration. SQL can be viewed as a highly restricted dialect of Prolog. Although the SWI-Prolog in-memory database is fast and scalable, sometimes it is nice to be able to fetch data from an external database. Blip contains a generic SQL utility module and predicate mappings for the GO database, Ensembl and Chado * Integration with a variety of bioinformatics file formats. SWI-Prolog has a variety of fast libraries for dealing with XML, RDF and tabular data files. Blip provides bridges from bio file formats encoded using these syntaxes into its native models. For other syntaxes, Blip seamlessly integrates other packages such as BioPerl and go-perl. Although these dependencies require extra installation, there is no point reinventing the wheel * Rapid development of web applications. Blip extends SWI-Prolog''''s excellent http support with a simple and powerful logical-functional-programming style application server, serval. This has been used to prototype a fully-featured next-generation replacement for the GO project amigo browser. * Scalable. Blip is not intended to be a toy system on toy data (although it is happy to be used as a toy if you like!). It is intended to be used as an application component and a tool operating on real-world biological and biomedical data Blip is written in SWI-Prolog, a fast, robust and scalable implementation of ISO Prolog. Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible biology, biomedical, ontology, annotation, software library, bioinformatics, module is listed by: Gene Ontology Tools
is related to: Gene Ontology
has parent organization: Berkeley Bioinformatics Open-Source Projects
GNU Lesser General Public License nlx_149193 SCR_005733 Blip - Biomedical Logic Programming, Biomedical Logical Programming (Blip), Biomedical Logic Programming 2026-08-08 11:58:46 2
ClueGO
 
Resource Report
Resource Website
1000+ mentions
ClueGO (RRID:SCR_005748) ClueGO software resource A Cytoscape plug-in that visualizes the non-redundant biological terms for large clusters of genes in a functionally grouped network. It can be used in combination with GOlorize. The identifiers can be uploaded from a text file or interactively from a network of Cytoscape. The type of identifiers supported can be easily extended by the user. ClueGO performs single cluster analysis and comparison of clusters. From the ontology sources used, the terms are selected by different filter criteria. The related terms which share similar associated genes can be combined to reduce redundancy. The ClueGO network is created with kappa statistics and reflects the relationships between the terms based on the similarity of their associated genes. On the network, the node colour can be switched between functional groups and clusters distribution. ClueGO charts are underlying the specificity and the common aspects of the biological role. The significance of the terms and groups is automatically calculated. ClueGO is easy updatable with the newest files from Gene Ontology and KEGG. Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible, THIS RESOURCE IS NO LONGER IN SERVICE. Documented on September 16,2025. statistical analysis, function, gene ontology, pathway, annotation, network, plugin, gene is listed by: Gene Ontology Tools
is listed by: SoftCite
is related to: Gene Ontology
is related to: Cytoscape
is related to: KEGG
is related to: BioCarta Pathways
has parent organization: National Institute of Health and Medical Research; Rennes; France
National Institute of Health and Medical Research; Rennes; France ;
Ville de Paris ;
INCa ;
Austrian Ministry for Science and Research ;
BINII ;
European Union 7FP 202230
PMID:19237447 THIS RESOURCE IS NO LONGER IN SERVICE nlx_149209 SCR_005748 2026-08-08 11:58:37 2951
Semantic Measures Library
 
Resource Report
Resource Website
Semantic Measures Library (RRID:SCR_001383) SML software library, software resource, software toolkit Open source Java library dedicated to semantic measures computation and analysis. Tools based on the SML are also provided through the SML-Toolkit, a command line software giving access to some of the functionalities of the library. The SML and the toolkit can be used to compute semantic similarity and semantic relatedness between semantic elements (e.g. concepts, terms) or entities semantically characterized (e.g. entities defined in a semantic graph, documents annotated by concepts defined in an ontology). semantic measure, semantic similarity, semantic relatedness, functional similarity, gene ontology, annotation, parse, gene, disease ontology, mesh, rdf, owl, umls, snomed-ct, java, semantic, command line is listed by: FORCE11
is listed by: Gene Ontology Tools
is related to: Gene Ontology
has parent organization: Ecole des Mines d'Ales; Ales; France
Ecole des Mines d'Ales; Ales; France ;
LGI2P Research Center
PMID:24108186 Free, Available for download, Freely available nlx_152555 http://www.semantic-measures-library.org SCR_001383 SML-Toolkit, Semantic Measures Library and ToolKit, Semantic Measures Library & ToolKit 2026-08-08 11:57:29 0
FlyMine
 
Resource Report
Resource Website
100+ mentions
FlyMine (RRID:SCR_002694) FlyMine database, data or information resource THIS RESOURCE IS NO LONGER IN SERVICE. Documented on January 14,2026. Integrated database of genomic, expression and protein data for Drosophila, Anopheles, C. elegans and other organisms. You can run flexible queries, export results and analyze lists of data. FlyMine presents data in categories, with each providing information on a particular type of data (for example Gene Expression or Protein Interactions). Template queries, as well as the QueryBuilder itself, allow you to perform searches that span data from more than one category. Advanced users can use a flexible query interface to construct their own data mining queries across the multiple integrated data sources, to modify existing template queries or to create your own template queries. Access our FlyMine data via our Application Programming Interface (API). We provide client libraries in the following languages: Perl, Python, Ruby and & Java API anopheles, genome, c. elegans, drosophila, gene, chromosomal location, genomics, proteomics, gene expression, interaction, homology, function, regulation, protein, phenotype, pathway, disease, publication, FASEB list is related to: FlyBase
is related to: UniProt
is related to: Ensembl
is related to: InterPro
is related to: Biological General Repository for Interaction Datasets (BioGRID)
is related to: Research Collaboratory for Structural Bioinformatics Protein Data Bank (RCSB PDB)
is related to: Tree families database
is related to: IntAct
is related to: Gene Ontology
is related to: GOA
is related to: ArrayExpress
is related to: REDfly Regulatory Element Database for Drosophilia
is related to: KEGG
is related to: Reactome
has parent organization: University of Cambridge; Cambridge; United Kingdom
Wellcome Trust 067205;
NHGRI
PMID:17615057 THIS RESOURCE IS NO LONGER IN SERVICE nif-0000-02845 SCR_002694 2026-08-08 11:57:45 107
High-Throughput GoMiner
 
Resource Report
Resource Website
1+ mentions
High-Throughput GoMiner (RRID:SCR_000173) web application, software resource THIS RESOURCE IS NO LONGER IN SERVICE. Documented on July 31,2025. A web program that organizes lists of genes of interest (for example, under- and overexpressed genes from a microarray experiment) for biological interpretation in the context of the Gene Ontology and automates the analysis of multiple microarrays then integrates the results across all of them in exportable output files and visualizations. High-Throughput GoMiner is an enhancement of GoMiner and is implemented with both a command line interface and a web interface. The program can also: efficiently perform automated batch processing of an arbitrary number of microarrays; produce a human- or computer-readable report that rank-orders the multiple microarray results according to the number of significant GO categories; integrate the multiple microarray results by providing organized, global clustered image map visualizations of the relationships of significant GO categories; provide a fast form of false discovery rate multiple comparisons calculation; and provide annotations and visualizations for relating transcription factor binding sites to genes and GO categories. term enrichment, gene ontology, gene, microarray, common variable immune deficiency, high-throughput, visualization, database is listed by: Gene Ontology Tools
is related to: Gene Ontology
is related to: GoMiner
has parent organization: National Cancer Institute
has parent organization: National Cancer Institute
NCI 1Z01BC010842-01 PMID:15998470 THIS RESOURCE IS NO LONGER IN SERVICE nlx_149300 SCR_000173 2026-08-08 11:57:12 2
PiNGO
 
Resource Report
Resource Website
PiNGO (RRID:SCR_000692) PiNGO software resource A Java-based tool to easily find unknown genes in a network that are significantly associated with user-defined target Gene Ontology (GO) categories. PiNGO is implemented as a plugin for Cytoscape, a popular open source software platform for visualizing and integrating molecular interaction networks. PiNGO predicts the categorization of a gene based on the annotations of its neighbors, using the enrichment statistics of its sister tool BiNGO. Networks can either be selected from the Cytoscape interface or uploaded from file. Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible gene, annotation, network, candidate gene, biological network, ontology or annotation search engine, statistical analysis, term enrichment, functional similarity, functional prediction, search engine, windows, mac os x, linux, unix is listed by: Gene Ontology Tools
is listed by: OMICtools
is related to: Gene Ontology
is related to: Cytoscape
has parent organization: Ghent University; Ghent; Belgium
PMID:21278188 THIS RESOURCE IS NO LONGER IN SERVICE nlx_149330, OMICS_02281 SCR_000692 2026-08-08 11:57:23 0
GOlr
 
Resource Report
Resource Website
1+ mentions
GOlr (RRID:SCR_003939) GOlr software resource A public Solr index for the Gene Ontology. This index will replace some of the query functionality for GOOSE as well as become the new backend for AmiGO 2 and other services. solr is used by: AmiGO
has parent organization: Gene Ontology
Public nlx_158322 http://golr.berkeleybop.org/ SCR_003939 Gene Ontology Solr index 2026-08-08 11:58:13 4
RamiGO
 
Resource Report
Resource Website
10+ mentions
RamiGO (RRID:SCR_006922) RamiGO software resource Software package with an R interface sending requests to AmiGO visualize, retrieving DAG GO trees, parsing GraphViz DOT format files and exporting GML files for Cytoscape. Also uses RCytoscape to interactively display AmiGO trees in Cytoscape. visualization, analysis, ontology or annotation search engine, ontology or annotation visualization, other analysis, classification, go, graph, network, third party client, windows, mac os x, linux, unix, bio.tools is listed by: Gene Ontology Tools
is listed by: OMICtools
is listed by: Debian
is listed by: bio.tools
is related to: Gene Ontology
is related to: Cytoscape
is related to: AmiGO
has parent organization: Dana-Farber Cancer Institute
has parent organization: Bioconductor
PMID:23297033 Artistic License, v2 biotools:ramigo, OMICS_02267, nlx_149331 http://bioconductor.org/packages/release/bioc/html/RamiGO.html, https://bio.tools/ramigo SCR_006922 ramigo, RamiGO - AmiGO visualize R interface 2026-08-08 11:59:03 12
FastSemSim
 
Resource Report
Resource Website
1+ mentions
FastSemSim (RRID:SCR_006919) FastSemSim software library, software resource, software toolkit A package that implements several semantic similarity measures. It is both a library and an end-user application, featuring an intuitive graphical user interface (GUI). It has been implemented with the aim of being fast, expandable, and easy to use. It allows the user to work with the most updated version of GO database and customizable annotation corpora. It provides a set of logically-organized classes that can be easily exploited to both integrate semantic similarity into different analysis pipelines and extend the library with new measures. Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible software library, functional similarity, semantic similarity, graphical user interface, gene ontology, annotation, parse, gene, protein is listed by: Gene Ontology Tools
is related to: Gene Ontology
has parent organization: University of Padua; Padua; Italy
has parent organization: SourceForge
Open unspecified license - Free for academic use. GNU GPL license. However, This software is currently unpublished work. You must contact us before using it or its results or any work/app. based on top of it in any published work. nlx_149309 SCR_006919 2026-08-08 11:59:03 6
Mouse Genome Informatics: The Gene Ontology Project
 
Resource Report
Resource Website
10+ mentions
Mouse Genome Informatics: The Gene Ontology Project (RRID:SCR_006447) database, data or information resource, controlled vocabulary This resource is part of the Gene Ontology Consortium which seeks to provide controlled vocabularies for the description of the molecular function, biological process, and cellular component of gene products. These terms are to be used as attributes of gene products by collaborating databases, facilitating uniform queries across them. GO team members at MGI participate in ontology development, outreach, and functional curation of mouse gene products. The GO vocabularies have a hierarchical structure that permits a range of detail from high-level, broadly descriptive terms to very low level, highly specific terms. This broad range is useful both in annotating genes and in searching for gene information using these terms as search criteria. GO terms are defined, allowing all databases to use the terms consistently and properly. GO annotations in the databases additionally include the publication reference which allowed the association to be made and an evidence statement citing how the association was determined. function, gene, biological, cellular, component, molecular, process, product is affiliated with: Gene Ontology
has parent organization: Jackson Laboratory
NHGRI HG002273 Available to the research community nif-0000-10304 SCR_006447 Gene Ontology (GO) Project, MGI: GO Project, Gene Ontology Project 2026-08-08 11:58:58 14
LexGrid
 
Resource Report
Resource Website
1+ mentions
LexGrid (RRID:SCR_006627) LexGrid software resource LexGrid (Lexical Grid) provides support for a distributed network of lexical resources such as terminologies and ontologies via standards-based tools, storage formats, and access/update mechanisms. The Lexical Grid Vision is for a distributed network of terminological resources. It is the foundation of the National Center for Biomedical Ontology BioPortal interface and web-services, and can parse OBO format, as well as other formats such as OWL. Currently, there are many terminologies and ontologies in existence. Just about every terminology has its own format, its own set of tools, and its own update mechanisms. The only thing that most of these pieces have in common with each other is their incompatibility. This makes it very hard to use these resources to their full potential. We have designed the Lexical Grid as a way to bridge terminologies and ontologies with a common set of tools, formats and update mechanisms. The Lexical Grid is: * accessible through a set of common APIs * joined through shared indices * online accessible * downloadable * loosely coupled * locally extendable * globally revised * available in web-space on web-time * cross-linked The realization of this vision requires three interlocking components, which are: * Standards - access methods and formats need to be published and openly available * Tools - standards based tools must be readily available * Content - commonly used terminologies have to be available for access and download Platform: Windows compatible, Mac OS X compatible, Linux compatible, Unix compatible software library, parse, ontology is listed by: BioPortal
is listed by: Gene Ontology Tools
is related to: Gene Ontology
is related to: OBO
has parent organization: European Bioinformatics Institute
has parent organization: National Cancer Institute
NIH ;
Cancer Biomedical Informatics Grid ;
NLM LM07319
PMID:19261933 Free for academic use nlx_149194 http://www.lexgrid.org/ SCR_006627 Lexical Grid 2026-08-08 11:58:47 1
InnateDB
 
Resource Report
Resource Website
500+ mentions
InnateDB (RRID:SCR_006714) InnateDB database, data or information resource Publicly available database of the genes, proteins, experimentally-verified interactions and signaling pathways involved in the innate immune response of humans, mice and bovines to microbial infection. The database captures coverage of the innate immunity interactome by integrating known interactions and pathways from major public databases together with manually-curated data into a centralized resource. The database can be mined as a knowledgebase or used with the integrated bioinformatics and visualization tools for the systems level analysis of the innate immune response. Although InnateDB curation focuses on innate immunity-relevant interactions and pathways, it also incorporates detailed annotation on the entire human, mouse and bovine interactomes by integrating data (178,000+ interactions & 3,900+ pathways) from several of the major public interaction and pathway databases. InnateDB also has integrated human, mouse and bovine orthology predictions generated using Ortholgue software. Ortholgue uses a phylogenetic distance-based method to identify possible paralogs in high-throughput orthology predictions. Integrated human and mouse conserved gene order and synteny information has also been determined to provide further support for orthology predictions. InnateDB Capabilities: * View statistics for manually-curated innate immunity relevant molecular interactions. New manually curated interactions are submitted weekly. * Search for genes and proteins of interest. * Search for experimentally-verified molecular interactions by gene/protein name, interaction type, cell type, etc. * Search genes/interactions belonging to 3,900 pathways. * Visualize interactions using an intuitive subcellular localization-based layout in Cerebral. * Upload your own list of genes along with associated gene expression data (from up to 10 experimental conditions) to interactively analyze this data in a molecular interaction network context. Once you have uploaded your data, you will be able to interactively visualize interaction networks with expression data overlaid; carry out Pathway, Gene Ontology and Transcription Factor Binding Site over-representation analyses; construct orthologous interaction networks in other species; and much more. * Access curated interaction data via a dedicated PSICQUIC webservice. gene, immune response, pathway, protein, signaling pathway, interaction, immune, signaling response, gene, orthology prediction, orthology, ortholg, annotation, interactome, gene expression, molecule, protein-protein interaction, molecular interaction, visualization, nucleic acid-protein, nucleic acid, network, web service, transcription factor binding site, software resource, FASEB list is listed by: re3data.org
is related to: IMEx - The International Molecular Exchange Consortium
is related to: Interaction Reference Index
is related to: ConsensusPathDB
is related to: IMEx - The International Molecular Exchange Consortium
is related to: PSICQUIC Registry
is related to: PSICQUIC Registry
is related to: Gene Ontology
is related to: IntAct
has parent organization: Simon Fraser University; British Columbia; Canada
has parent organization: University of British Columbia; British Columbia; Canada
works with: IMEx - The International Molecular Exchange Consortium
Microbial infection, Allergy, Asthma Michael Smith Foundation for Health Research ;
AllerGen 12ASI1;
AllerGen 12B&B2;
Teagasc RMIS6018;
European Union PSIMEx project contract FP7-HEALTH-2007-223411
PMID:23180781
PMID:18766178
Free, Freely available nif-0000-20808, r3d100010676 https://doi.org/10.17616/R36S43 SCR_006714 A Knowledge Resource for Innate Immunity Interactions and Pathways, InnateDB: Systems Biology of the Innate Immune Response, InnateDB - A Knowledge Resource for Innate Immunity Interactions and Pathways 2026-08-08 11:59:01 571
Flash Gviewer
 
Resource Report
Resource Website
1+ mentions
Flash Gviewer (RRID:SCR_012870) Flash GViewer software resource Flash GViewer is a customizable Flash movie that can be easily inserted into a web page to display each chromosome in a genome along with the locations of individual features on the chromosomes. It is intended to provide an overview of the genomic locations of a specific set of features - eg. genes and QTLs associated with a specific phenotype, etc. rather than as a way to view all features on the genome. The features can hyperlink out to a detail page to enable to GViewer to be used as a navigation tool. In addition the bands on the chromosomes can link to defineable URL and new region selection sliders can be used to select a specific chromosome region and then link out to a genome browser for higher resolution information. Genome maps for Rat, Mouse, Human and C. elegans are provided but other genome maps can be easily created. Annotation data can be provided as static text files or produced as XML via server scripts. This tool is not GO-specific, but was built for the purpose of viewing GO annotation data. Platform: Online tool visualization, chromosome, video, gene, qtl, genome, navitgation, phenotype, ontology or annotation visualization is listed by: Gene Ontology Tools
is related to: Gene Ontology
has parent organization: Medical College of Wisconsin; Wisconsin; USA
Free for academic use nlx_149333 http://gmod.org/flashgviewer SCR_012870 2026-08-08 12:00:17 2
DATFAP
 
Resource Report
Resource Website
DATFAP (RRID:SCR_005413) DATFAP database, data or information resource A database of transcription factors from 13 plant species, and PCR primers for around 90% of them. homolog, sequence, transcription factor is listed by: OMICtools
is related to: Gene Ontology
PMID:18366738 Free OMICS_00552 SCR_005413 Database of transcription factors with alignments and primers 2026-08-08 12:03:52 0
GoPubMed
 
Resource Report
Resource Website
10+ mentions
GoPubMed (RRID:SCR_005823) GoPubMed database, data or information resource, service resource A web server which allows users to explore PubMed search results with the Gene Ontology, a hierarchically structured vocabulary for molecular biology. GoPubMed submits a user''''s keywords to PubMed, retrieves the abstracts, detects Gene Ontology terms in the abstracts, displays the subset of Gene Ontology relevant to the original query, and allows the user to browse through the ontology displaying associated papers and their GO annotation. Platform: Online tool other analysis, literature curation and exploration, gene ontology, pubmed, literature, bio.tools is listed by: OMICtools
is listed by: Gene Ontology Tools
is listed by: Debian
is listed by: bio.tools
is related to: Gene Ontology
is related to: PubMed
has parent organization: Biotechnology Center of the TU Dresden
European Union IST-2004-506779 PMID:15980585 Free for academic use biotools:gopubmed, nlx_149328, OMICS_01183 https://bio.tools/gopubmed SCR_005823 2026-08-08 12:04:01 29
Mouse Genome Informatics (MGI)
 
Resource Report
Resource Website
1000+ mentions
Mouse Genome Informatics (MGI) (RRID:SCR_006460) MGI database, data or information resource International database for laboratory mouse. Data offered by The Jackson Laboratory includes information on integrated genetic, genomic, and biological data. MGI creates and maintains integrated representation of mouse genetic, genomic, expression, and phenotype data and develops reference data set and consensus data views, synthesizes comparative genomic data between mouse and other mammals, maintains set of links and collaborations with other bioinformatics resources, develops and supports analysis and data submission tools, and provides technical support for database users. Projects contributing to this resource are: Mouse Genome Database (MGD) Project, Gene Expression Database (GXD) Project, Mouse Tumor Biology (MTB) Database Project, Gene Ontology (GO) Project at MGI, and MouseCyc Project at MGI. RIN, Resource Information Network, molecular neuroanatomy resource, human health, human disease, animal model, gene expression, phenotype, genotype, gene, pathway, orthology, tumor, strain, single nucleotide polymorphism, recombinase, function, blast, image, pathology, model, data analysis service, genome, genetics, gold standard, RRID Community Authority uses: InterMOD
is used by: NIF Data Federation
is used by: Resource Identification Portal
is used by: PhenoGO
is used by: Integrated Animals
is used by: Cytokine Registry
is used by: NIH Heal Project
is recommended by: Resource Identification Portal
is recommended by: NIDDK Information Network (dkNET)
is recommended by: National Library of Medicine
is recommended by: NIDDK - National Institute of Diabetes and Digestive and Kidney Diseases
is listed by: 3DVC
is listed by: re3data.org
is listed by: OMICtools
is listed by: NIH Data Sharing Repositories
is listed by: InterMOD
is listed by: Resource Information Network
is affiliated with: InterMOD
is related to: MONARCH Initiative
is related to: MouseCyc
is related to: AmiGO
is related to: Gene Expression Database
is related to: Bgee: dataBase for Gene Expression Evolution
is related to: HomoloGene
is related to: Rat Gene Symbol Tracker
is related to: Enhancer Trap Line Browser
is related to: Integrated Brain Gene Expression
is related to: MalaCards
is related to: Gene Ontology
is related to: BioMart Project
is related to: NIH Data Sharing Repositories
is related to: RIKEN integrated database of mammals
is related to: JAX Neuroscience Mutagenesis Facility
is related to: PhenoGO
is related to: International Mouse Strain Resource
is related to: Mouse Genome Database
is related to: Mouse Tumor Biology Database
has parent organization: Jackson Laboratory
is parent organization of: Anatomy of the Laboratory Mouse
is parent organization of: Mouse Genome Informatics Transgenes
is parent organization of: Federation of International Mouse Resources
is parent organization of: MGI GO Browser
is parent organization of: Recombinase (cre) Activity
is parent organization of: Mouse Genome Informatics: The Mouse Gene Expression Information Resource Project
is parent organization of: Deltagen and Lexicon Knockout Mice and Phenotypic Data Resource
is parent organization of: MGI strains
is parent organization of: MPO
is parent organization of: Phenotypes and Mutant Alleles
is parent organization of: Human Mouse Disease Connection
is parent organization of: Functional Annotation
is parent organization of: Strains, SNPs and Polymorphisms
is parent organization of: Vertebrate Homology
is parent organization of: Batch Data and Analysis Tool
is parent organization of: Nomenclature
NHGRI HG000330;
NHGRI HG002273;
NICHD HD033745;
NCI CA089713
PMID:19274630
PMID:18428715
Free, Freely available nif-0000-00096, OMICS_01656, r3d100010266 http://www.informatics.jax.org/batch, http://www.informatics.jax.org/submit.shtml, http://www.informatics.jax.org/expression.shtml, https://doi.org/10.17616/R35P54 SCR_006460 , MGI, Mouse Genome Informatics 2026-08-08 12:04:08 1220

Can't find your Tool?

We recommend that you click next to the search bar to check some helpful tips on searches and refine your search firstly. Alternatively, please register your tool with the SciCrunch Registry by adding a little information to a web form, logging in will enable users to create a provisional RRID, but it not required to submit.

Can't find the RRID you're searching for? X
X
  1. ScreenIT Resources

    Welcome to the ASWG Resources search. From here you can search through a compilation of resources used by ASWG and see how data is organized within our community.

  2. Navigation

    You are currently on the Community Resources tab looking through categories and sources that ASWG has compiled. You can navigate through those categories from here or change to a different tab to execute your search through. Each tab gives a different perspective on data.

  3. Logging in and Registering

    If you have an account on ASWG then you can log in from here to get additional features in ASWG such as Collections, Saved Searches, and managing Resources.

  4. Searching

    Here is the search term that is being executed, you can type in anything you want to search for. Some tips to help searching:

    1. Use quotes around phrases you want to match exactly
    2. You can manually AND and OR terms to change how we search between words
    3. You can add "-" to terms to make sure no results return with that term in them (ex. Cerebellum -CA1)
    4. You can add "+" to terms to require they be in the data
    5. Using autocomplete specifies which branch of our semantics you with to search and can help refine your search
  5. Collections

    If you are logged into ASWG you can add data records to your collections to create custom spreadsheets across multiple sources of data.

  6. Facets

    Here are the facets that you can filter the data by.

  7. Further Questions

    If you have any further questions please check out our FAQs Page to ask questions and see our tutorials. Click this button to view this tutorial again.