0.0.31 • Published 5 months ago

oncokb-frontend-commons v0.0.31

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
5 months ago

oncokb-frontend-commons

NPM JavaScript Style Guide

Install

npm install --save oncokb-frontend-commons

Usage

OncoKB

import * as React from 'react'

import { OncoKB } from 'oncokb-frontend-commons';

class Example extends React.Component {

  render () {
    return (
      <OncoKB
            status={'pending'}
            mergeAnnotationIcons={true}
            isCancerGene={true}
            geneNotExist={false}
            hugoGeneSymbol={"BRCA2"}
      />
    );
  }
}

OncoKBSummaryTable

import * as React from 'react'

import { OncoKbSummaryTable } from 'oncokb-frontend-commons';

class Example extends React.Component {
  const tableData = [{
    count: 1,
    proteinChange: "C47W",
    clinicalImplication: ["Oncogenic"],
    biologicalEffect: "The BRCA1 C47G mutation is located in the RING domain of the protein. In a homology-directed recombination (HDR) assay, BRCA1 C47G was shown to result in non-functional homologous repair...",
    level: [
          {
            level: "Level 1"
            tumorTypes: ["Ovarian Cancer"];
          },
          {
            level: "Level 3B"
            tumorTypes: ["Breast Cancer"];
          }]
  }]

  render () {
    return (
      <OncoKbSummaryTable
          data={tableData}
      />
    );
  }
}

Contact

To report any issues, please email contact@oncokb.org

© cBioPortal

0.0.30

6 months ago

0.0.31

5 months ago

0.0.29

7 months ago

0.0.27

9 months ago

0.0.28

8 months ago

0.0.25

1 year ago

0.0.26

10 months ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

3 years ago