Socket
Book a DemoInstallSign in
Socket

@ebi-gene-expression-group/expression-atlas-experiment-page

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebi-gene-expression-group/expression-atlas-experiment-page

Expression Atlas experiment page frontend e.g. https://www.ebi.ac.uk/gxa/experiments/E-MTAB-513

latest
Source
npmnpm
Version
1.21.0
Version published
Maintainers
4
Created
Source

Expression Atlas Experiment Page

Experiment page code for baseline, proteomics baseline and differential gene expression experiments for Expression Atlas.

It is quite coupled to the Expression Atlas's webapp code but you could see a way to reuse bits of it in your project.

Atlas Widget

The heatmap that this page uses can be included as a widget as part of your website. See atlas-heatmap repository

Development

Getting started

  • git pull the repository
  • install node 14
  • and npm install in the main directory.

Demo pages

npm demo will serve you the test pages.

The demo pages aren't doing great at the moment, we'd need to - I think - set the react-router to have a specific basename and set webpack-dev-server to serve the right page and not just always index.html. This works:

http://localhost:9000/gxa/experiments/E-PROT-1

If you're working on both the frontend and the backend you will occasionally need to update them. You can edit them by hand or grab the config from e.g. view-source:http://localhost:8080/gxa/experiments/E-MTAB-513

License

Apache 2.0.

FAQs

Package last updated on 18 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts