Skip to content

seninp-bioinfo/d3heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3heat - an interactive fixed-height and width heatmap with dendogram for EDGE display.

0.0. A screenshot:

A heatmap example

0.1. The input file format:

Currently the javascript code fetches with d3's d3.tsv a three-column TSV file formatted as abundance values for a pair of taxa and project:

"TAXA"	"PROJECT"	"ABUNDANCE"
"Acetobacteraceae"	"SRR059928"	0
"Cellulomonadaceae"	"SRR059928"	0
"Mycoplasmataceae"	"SRR059928"	0.02
"Clostridiaceae"	"SRR059928"	0.01
"Dermacoccaceae"	"SRR059928"	0.02
"Eubacteriaceae"	"SRR059928"	0

and a newick-formatted file for the dendogram

((SRR061287:0.3763049643,(SRR059928:0.2572599239,SRR062419:0.2572599239):0.1190450404):0.1236950357,(SRR062284:0.4593612658,SRR353621:0.4593612658):0.04063873418);

0.2. The implementation notes:

The heatmap code is built upon D3.js, the demo webpage uses Bootstrap, jQuery, and Select2 plugin for a pretty formatting.

Made with Aloha!

Made with Aloha!

About

A d3.js-based heat map component for EDGE and MetaComp. Live demo at

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published