Socket
Socket
Sign inDemoInstall

@ebi-gene-expression-group/atlas-bioentity-information

Package Overview
Dependencies
86
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ebi-gene-expression-group/atlas-bioentity-information

Bioentity information


Version published
Maintainers
4
Created

Readme

Source

Bioentity Information Card for Expression Atlas

Build Status Coverage Status

React component

import BioentityInformation from '@ebi-gene-expression-group/atlas-bioentity-information'

ReactDOM.render(
  <BioentityInformation
    className={`foobar`}
    bioentityProperties={
      {
        type: `expression_atlas`,
        name: `Expression Atlas`,
        values: [
          {
            text: `ENSG00000012048`,
            url: `https://www.ebi.ac.uk/gxa/genes/ENSG00000012048`,
            relevance: 0
          }
        ]
      }
    }/>,
  node)

** Deprecated legacy mode, will be removed in next major version **

Render convenience method with Atlas React Fetch Loader

import { render } from '@ebi-gene-expression-group/atlas-bioentity-information'

render(
  {
    host: `https://www.ebi.ac.uk/gxa/sc`,
    geneId: `ENSG00000012048`
  },
  node)
)

FAQs

Last updated on 30 Jun 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc