Searching across hundreds of databases

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
X
Forgot Password

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

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

On page 1 showing 1 ~ 20 out of 255 results
Snippet view Table view Download 255 Result(s)
Click the to add this resource to a Collection
  • RRID:SCR_006627

    This resource has 1+ mentions.

https://wiki.nci.nih.gov/display/LexEVS/LexGrid

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

Proper citation: LexGrid (RRID:SCR_006627) Copy   


  • RRID:SCR_006922

    This resource has 10+ mentions.

http://bioconductor.org/packages/2.9/bioc/html/RamiGO.html

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.

Proper citation: RamiGO (RRID:SCR_006922) Copy   


  • RRID:SCR_005677

    This resource has 1000+ mentions.

http://www.xspan.org/

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

Proper citation: COBrA (RRID:SCR_005677) Copy   


  • RRID:SCR_005683

    This resource has 1+ mentions.

http://agbase.msstate.edu/cgi-bin/tools/goprofiler_select.pl

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.

Proper citation: GOProfiler (RRID:SCR_005683) Copy   


http://www.patternlabforproteomics.org/

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

Proper citation: GOEx - Gene Ontology Explorer (RRID:SCR_005779) Copy   


  • RRID:SCR_005732

    This resource has 10+ mentions.

http://code.google.com/p/owltools/

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

Proper citation: OWLTools (RRID:SCR_005732) Copy   


http://www.blipkit.org/

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

Proper citation: Blip: Biomedical Logic Programming (RRID:SCR_005733) Copy   


  • RRID:SCR_005748

    This resource has 1000+ mentions.

http://www.ici.upmc.fr/cluego/

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

Proper citation: ClueGO (RRID:SCR_005748) Copy   


  • RRID:SCR_000692

http://www.psb.ugent.be/esb/PiNGO/

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

Proper citation: PiNGO (RRID:SCR_000692) Copy   


  • RRID:SCR_003939

    This resource has 1+ mentions.

http://wiki.geneontology.org/index.php/GOlr

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.

Proper citation: GOlr (RRID:SCR_003939) Copy   


  • RRID:SCR_012870

    This resource has 1+ mentions.

http://gmod.org/wiki/Flash_GViewer

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

Proper citation: Flash Gviewer (RRID:SCR_012870) Copy   


http://www.informatics.jax.org/mgihome/GO/project.shtml

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.

Proper citation: Mouse Genome Informatics: The Gene Ontology Project (RRID:SCR_006447) Copy   


  • RRID:SCR_008007

    This resource has 500+ mentions.

http://www.chibi.ubc.ca/Gemma

Resource for reuse, sharing and meta-analysis of expression profiling data. Database and set of tools for meta analysis, reuse and sharing of genomics data. Targeted at analysis of gene expression profiles. Users can search, access and visualize coexpression and differential expression results.

Proper citation: Gemma (RRID:SCR_008007) Copy   


http://www.informatics.jax.org

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.

Proper citation: Mouse Genome Informatics (MGI) (RRID:SCR_006460) Copy   


  • RRID:SCR_002045

    This resource has 1+ mentions.

http://pstiing.icr.ac.uk/

A publicly accessible knowledgebase about protein-protein, protein-lipid, protein-small molecules, ligand-receptor interactions, receptor-cell type information, transcriptional regulatory and signal transduction modules relevant to inflammation, cell migration and tumourigenesis. It integrates in-house curated information from the literature, biochemical experiments, functional assays and in vivo studies, with publicly available information from multiple and diverse sources across human, rat, mouse, fly, worm and yeast. The knowledgebase allowing users to search and to dynamically generate visual representations of protein-protein interactions and transcriptional regulatory networks. Signalling and transcriptional modules can also be displayed singly or in combination. This allow users to identify important "cross-talks" between signalling modules via connections with key components or "hubs". The knowledgebase will facilitate a "systems-wide" understanding across many protein, signalling and transcriptional regulatory networks triggered by multiple environmental cues, and also serve as a platform for future efforts to computationally and mathematically model the system behavior of inflammatory processes and tumourigenesis.

Proper citation: pSTIING (RRID:SCR_002045) Copy   


  • RRID:SCR_001624

    This resource has 100+ mentions.

http://www.bioguo.org/AnimalTFDB/

A comprehensive transcription factor (TF) database in which they identified and classified all the genome-wide TFs in 50 sequenced animal genomes (Ensembl release version 60). In addition to TFs, it also collects transcription co-factors and chromatin remodeling factors of those genomes, which play regulatory roles in transcription. Here they defined the TFs as proteins containing a sequence-specific DNA-binding domain (DBD) and regulating target gene expression. Currently, the AnimalTFDB classifies all the animal TFs into 72 families according to their conserved DBDs. Gene lists of transcription factors, transcription co-factors and chromatin remodeling factors of each species are available for downloading.

Proper citation: AnimalTFDB (RRID:SCR_001624) Copy   


  • RRID:SCR_005413

http://cgi-www.daimi.au.dk/cgi-chili/datfap/frontdoor.py

A database of transcription factors from 13 plant species, and PCR primers for around 90% of them.

Proper citation: DATFAP (RRID:SCR_005413) Copy   


  • RRID:SCR_013646

    This resource has 1+ mentions.

http://www.phenogo.org

PhenoGO is a computed database designed for high throughput mining that provides phenotypic and experimental context - such as the cell type, disease, tissue, and organ - to existing annotations between gene products and Gene Ontology (GO) terms, as specified in the Gene Ontology Annotations (GOA) for multiple model organisms. Phenotypic and Experimental (P&E) contexts to identifiers are computationally mapped to general biological ontologies, including: the Cell Ontology (CO), phenotypes from the Unified Medical Language System (UMLS), species from Taxonomy of the National Center for Biotechnology Information (NCBI) taxonomy, and specialized ontologies such as Mammalian Phenotype Ontology (MP) and Mouse Anatomy (MA).

Proper citation: PhenoGO (RRID:SCR_013646) Copy   


  • RRID:SCR_014392

    This resource has 10+ mentions.

http://supfam.org/SUPERFAMILY/dcGO/

A database of domain-centric ontologies on functions, phenotypes, diseases and more. As a biomedical ontology resource, dcGO integrates functional, phenotypic, disease, and drug information. As a protein domain resource, it includes annotations to both the individual domains and supra-domains. Domain classifications and ontologies are organized in hierarchies, and dcGO includes the facility to browse the hierarchies: SCOP Hierarchy for browsing domains, GO Hierarchy for browsing GO terms, and BO Hierarchy for browsing other terms (mostly phenotypes). Users can mine and browse through resources.

Proper citation: dcGO (RRID:SCR_014392) Copy   


  • RRID:SCR_023723

    This resource has 1+ mentions.

https://open.oncobox.com/

Structured curated collection of protein based and of metabolic human molecular pathways. Human molecular pathways database with tools for activity calculating and visualization.All pathways are functionally classified according to GO terms enrichment patterns. All pathway participants, their interactions and reactions are uniformly processed and annotated, and are ready for numeric analysis of experimental expression data.For every comparison graph is generated summarizing top up and down regulated pathways.

Proper citation: OncoboxPD (RRID:SCR_023723) Copy   



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
  1. RRID Portal Resources

    Welcome to the RRID Resources search. From here you can search through a compilation of resources used by RRID 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 RRID 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 RRID then you can log in from here to get additional features in RRID 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. Save Your Search

    You can save any searches you perform for quick access to later from here.

  6. Query Expansion

    We recognized your search term and included synonyms and inferred terms along side your term to help get the data you are looking for.

  7. Collections

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

  8. Sources

    Here are the sources that were queried against in your search that you can investigate further.

  9. Categories

    Here are the categories present within RRID that you can filter your data on

  10. Subcategories

    Here are the subcategories present within this category that you can filter your data on

  11. 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.

X