Skip to content

Instantly share code, notes, and snippets.

View nimezhu's full-sized avatar

Zhu Xiaopeng nimezhu

View GitHub Profile
@nimezhu
nimezhu / index.html
Created April 17, 2014 16:22
Render local file into d3js
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style>
.node {
stroke: #fff;
stroke-width: 1.5px;
}
@nimezhu
nimezhu / CONFIG
Created April 17, 2014 17:18
set a makefile as pipeline
BAM=your.bam
OUT=your.out
@nimezhu
nimezhu / README.md
Last active August 29, 2015 14:00
bam2x aggregation result plot v0.0

bam2x aggregation result render plot aggregation near tss or tts

@nimezhu
nimezhu / README.md
Last active August 29, 2015 14:00
scatter plot using your own data

A Simple Example for plot customized data. Features:

  • Read URL (include google sheet URL )
  • Read Local File
  • Save SVG without server
  • Input text and plot
@nimezhu
nimezhu / README.md
Created April 18, 2014 02:04
bam2x aggregation plot render V0.1

bam2x aggregation plot render

@nimezhu
nimezhu / README.md
Last active August 29, 2015 14:00
GMM EM Algorithm

code was downloaded from this website and revised for run it in command line.

It is a simple EM algorithm for two Gaussian Mixture Model.

@nimezhu
nimezhu / README.md
Created May 5, 2014 20:07
venn pie graph version 0.1

venn pie graph demo

@nimezhu
nimezhu / README.md
Last active August 29, 2015 14:01
javascript circos module v0.1
@nimezhu
nimezhu / README.md
Last active August 29, 2015 14:01
Scatter Plot Version 0.3

Scatter Plot Version 0.3 Features:

  • Read URL (include google sheet URL )
  • Read Local File
  • Save SVG without server
  • Input text and plot
  • multiple column ( real sheet )
  • csv / tsv option
  • correlation button
@nimezhu
nimezhu / README.md
Last active August 29, 2015 14:01
javascript circos plot demo No.2

javascript circos plot demo No.2