Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrianbzg/intermine-data-browser-tool

InterMine Data Browser: a tool for exploring semi-homogeneous biological datasets
https://github.com/adrianbzg/intermine-data-browser-tool

gsoc-2018 gsoc-2019 gsoc-2020 intermine

Last synced: 8 days ago
JSON representation

InterMine Data Browser: a tool for exploring semi-homogeneous biological datasets

Awesome Lists containing this project

README

        

# Description

Faceted search tool to display the data from InterMine database, allowing the users to search easily within the different mines available around InterMine
without the requirement of having an extensive knowledge of the data model.

## Demo / Preview

You can access the demo in [this link](https://intermine-data-browser.netlify.app/).



## Quick Links

- Check out the [latest deployed version](https://intermine-data-browser.netlify.app/)
- Read the latest stable documentation [docs](https://intermine-data-browser.netlify.app/docs)
- Set up the project [to contribute](#contributing-guidelines)

## Required Ontology Concepts (per mine) for each filter

| Filter | Ontology Concepts |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GO Annotation | goAnnotation.ontologyTerm.name |
| Dataset Name | dataSets.name |
| Pathway Name | pathways.name |
| Organism short name | Gene.organism.shortName |
| Location | locations.start + locations.end + locations.locatedOn.primaryIdentifier |
| Diseases (OMIM) | diseases.name |
| ClinVar | alleles.clinicalSignificance + alleles.type |
| Protein Localisation | proteinAtlasExpression.cellType + proteinAtlasExpression.tissue.name + proteinAtlasExpression.expressionType + proteinAtlasExpression.level + proteinAtlasExpression.reliability |
| Protein Domain Name | proteins.proteinDomainRegions.proteinDomain.name |
| Interactions | interactions.participant2.symbol + interactions.details.type + interactions.details.dataSets.name |
| Expression | atlasExpression.pValue + atlasExpression.tStatistic + atlasExpression.expression + atlasExpression.dataSets.name |