chromosome-viewer
v1.1.16
Published
## Overview
Downloads
1,574
Readme
Genome Viewer
Overview
Genome Viewer is a web application built with Vue.js that visualizes genomic data. It allows users to view and interact with chromosome data.
Features
- Display genomic data for chromosomes
- Select and apply different color schemes
- Interactive legends for color scales
- Configurable settings for chromosome types and sorting
Installation
Clone the repository:
git clone https://github.com/F4llis/GenomeViewer.git cd GenomeViewer
Install dependencies using Yarn or npm:
yarn install # or npm install
You can also install it from npm repository:
npm install genome-viewer
Usage
Start the development server:
yarn serve # or npm run serve
Open your browser and navigate to
http://localhost:8080
.
Configuration
The application can be configured using the settings
object in src/main_human.js
. Example settings include:
var settings = {
'type_chromosome': 'extant',
'sorting_chromosome': 'size',
'remove_outliers_legend': ['weight'],
};
Dependencies
- Vue.js
- d3-scale-chromatic
License
This project is licensed under the MIT License. See the LICENSE
file for details.