Skip to main content

Library for visualization of 3D genomic data.

This package works with BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
94%
Published
4 months ago (0.0.10)
type alias ChromatinChunk

A simple list of bin positions. Used in two scenarios: a) an "anonymous" chunk of chromatin data, and b) properly annotated part of a larger model (e.g., in whole-genome model, chromosomes will be different chunks).

Properties

bins: vec3[]

bin positions that are actually visualized

rawBins: vec3[]

bin positions before any processing (recenter, normalize)

Add Package

deno add jsr:@chromospace/chromospace

Import symbol

import { type ChromatinChunk } from "@chromospace/chromospace";

---- OR ----

Import directly with a jsr specifier

import { type ChromatinChunk } from "jsr:@chromospace/chromospace";

Add Package

bunx jsr add @chromospace/chromospace

Import symbol

import { type ChromatinChunk } from "@chromospace/chromospace";