All Projects → epiviz → epiviz

epiviz / epiviz

Licence: other
EpiViz is a scientific information visualization tool for genetic and epigenetic data, used to aid in the exploration and understanding of correlations between various genome features.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language
actionscript
884 projects

Projects that are alternatives of or similar to epiviz

orfipy
Fast and flexible ORF finder
Stars: ✭ 27 (-58.46%)
Mutual labels:  bioinformatics
bio tools
Useful bioinformatic scripts
Stars: ✭ 35 (-46.15%)
Mutual labels:  bioinformatics
BioKEEN
A computational library for learning and evaluating biological knowledge graph embeddings
Stars: ✭ 41 (-36.92%)
Mutual labels:  bioinformatics
adversarial-relation-classification
Unsupervised domain adaptation method for relation extraction
Stars: ✭ 18 (-72.31%)
Mutual labels:  bioinformatics
ngstools
My own tools code for NGS data analysis (Next Generation Sequencing)
Stars: ✭ 28 (-56.92%)
Mutual labels:  bioinformatics
GenomicDataCommons
Provide R access to the NCI Genomic Data Commons portal.
Stars: ✭ 64 (-1.54%)
Mutual labels:  bioinformatics
CATT
An ultra-sensitive and precise tool for characterizing T cell CDR3 sequences in TCR-seq and RNA-seq data.
Stars: ✭ 17 (-73.85%)
Mutual labels:  bioinformatics
perbase
Per-base per-nucleotide depth analysis
Stars: ✭ 46 (-29.23%)
Mutual labels:  bioinformatics
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-70.77%)
Mutual labels:  bioinformatics
flexidot
Highly customizable, ambiguity-aware dotplots for visual sequence analyses
Stars: ✭ 73 (+12.31%)
Mutual labels:  bioinformatics
OpenGene.jl
(No maintenance) OpenGene, core libraries for NGS data analysis and bioinformatics in Julia
Stars: ✭ 60 (-7.69%)
Mutual labels:  bioinformatics
referenceseeker
Rapid determination of appropriate reference genomes.
Stars: ✭ 65 (+0%)
Mutual labels:  bioinformatics
plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (-58.46%)
Mutual labels:  bioinformatics
dna-sculpture
3D printed sculpture of a DNA molecule, showing my own genome
Stars: ✭ 22 (-66.15%)
Mutual labels:  bioinformatics
geneview
Genomics data visualization in Python by using matplotlib.
Stars: ✭ 38 (-41.54%)
Mutual labels:  bioinformatics
bystro
Bystro genetic analysis (annotation, filtering, statistics)
Stars: ✭ 31 (-52.31%)
Mutual labels:  bioinformatics
StackedDAE
Stacked Denoising AutoEncoder based on TensorFlow
Stars: ✭ 23 (-64.62%)
Mutual labels:  bioinformatics
chromap
Fast alignment and preprocessing of chromatin profiles
Stars: ✭ 93 (+43.08%)
Mutual labels:  bioinformatics
reg-gen
Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.
Stars: ✭ 64 (-1.54%)
Mutual labels:  bioinformatics
ccs
CCS: Generate Highly Accurate Single-Molecule Consensus Reads (HiFi Reads)
Stars: ✭ 79 (+21.54%)
Mutual labels:  bioinformatics

Epiviz

Epiviz is a scientific information visualization tool for genetic and epigenetic data, used to aid in the exploration and understanding of correlations between various genome features.

For more information, visit - http://epiviz.github.io/

Using any PHP supported webserver

Copy the Epiviz directory to the webserver configured directory. Navigate to /epiviz/index.php on your browser.

Using PHP

PHP (http://php.net/) lets your run local webservers. Navigate to localhost:8181 on your browser. To run epiviz use:

php.exe -S localhost:8181 -t <location of the epiviz directory>

Using Docker

This repository includes a Dockerfile to run a webserver that serves the epiviz web application. It includes a site-settings.js file that sets up data backends pointing to the University of Maryland. Update that file to use a different backend. It is registered in the DockerHub registry: (https://hub.docker.com/r/epiviz/epiviz/)[https://hub.docker.com/r/epiviz/epiviz/]. To run it use:

docker pull epiviz/epiviz
docker run --name epiviz-app -d -p 80:80 epiviz/epiviz

To Compile closure

java -jar compiler.jar --js_output_file=epiviz-compiled-jar.js --js 'src/epiviz/**' --js '!src/epiviz/default-settings.js' --js '!src/epiviz/epivizr-settings.js' --js '!src/epiviz/standalone-settings.js' --entry_point=goog:epiviz.main

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].