Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmdcolin/frameviewer

A JBrowse plugin for viewing which reading frame a coding region is in
https://github.com/cmdcolin/frameviewer

Last synced: 4 days ago
JSON representation

A JBrowse plugin for viewing which reading frame a coding region is in

Awesome Lists containing this project

README

        

# frameviewer

A JBrowse plugin for viewing protein/DNA sequences of coding sequences of genes.

## Screenshot

![](img/1.png)
Figure 1. Shows protein translations and reading frames for a gene

## Configuration

* style.frameHeight - the height of the feature that contains the frames. Default: 50px
* showProtein - show the protein sequence of coding regions on the glyph. Default: false
* showDNA - show the DNA of coding regions on the glyph. Default: false

## Example

{
"label" : "dictyBase frames",
"urlTemplate" : "tracks/dictyBase/{refseq}/trackData.json",
"storeClass" : "JBrowse/Store/SeqFeature/NCList",
"type" : "FrameViewer/View/Track/Frames",
"showProtein": true
}

The test/data/ directory contains a sample config also.

## Installation

Download to plugins/FrameViewer and add

"plugins": ["FrameViewer"]

to jbrowse_conf.json or trackList.json. See JBrowse FAQ on installing plugins for more details

## Feedback

Please let me know if you have feedback or know of crazy biology corner cases that need covering!

Note: code currently contains glitches that make this not production ready