@jbrowse/react-circular-genome-view
TypeScript icon, indicating that this package has built-in type declarations

2.11.0 • Public • Published

@jbrowse/react-circular-genome-view

JBrowse 2 circular genome view React component

JBrowse 2 is a pluggable open-source platform for visualizing, integrating, and sharing biological data. This component consists of a single JBrowse 2 circular genome view.

Usage

import React from 'react'
import '@fontsource/roboto'
import {
  createViewState,
  JBrowseCircularGenomeView,
} from '@jbrowse/react-circular-genome-view'

function View() {
  const state = createViewState({
    assembly: {
      /* assembly */
    },
    tracks: [
      /* tracks */
    ],
  })
  return <JBrowseCircularGenomeView viewState={state} />
}

For working examples, see https://jbrowse.org/jb2/docs/embedded_components/

Install

With yarn:

$ yarn add @jbrowse/react-circular-genome-view

Or with npm:

$ npm install @jbrowse/react-circular-genome-view --legacy-peer-deps

The --legacy-peer-deps helps with installing via NPM to avoid warnings about the peer dependencies not being met while installing.

Documentation

Documentation for this component is located here

https://jbrowse.org/storybook/cgv/main/?path=/story/getting-started--page

Note on fonts

Roboto is the recommended font for JBrowse, and this component will use that font if it is available. The easiest way to add it is to add the @fontsource/roboto package to your project and import it in your root index.js.

Academic Use

This package was written with funding from the NHGRI as part of the JBrowse project. If you use it in an academic project that you publish, please cite the most recent JBrowse paper, which will be linked from jbrowse.org.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @jbrowse/react-circular-genome-view

Homepage

jbrowse.org

Weekly Downloads

261

Version

2.11.0

License

MIT

Unpacked Size

30.7 MB

Total Files

61

Last publish

Collaborators

  • garrettjstevens
  • eahershberg
  • peterkxie
  • teresam856
  • rbuels
  • cmdcolin