Zhengdeng Lei, PhD

Zhengdeng Lei, PhD

2009 - Present Research Fellow at Duke-NUS, Singapore
2007 - 2009 High Throughput Computational Analyst, Memorial Sloan-Kettering Cancer Center, New York
2003 - 2007 PhD, Bioinformatics, University of Illinois at Chicago

Tuesday, January 29, 2013

Install commands in iOS

apt-get install wget
apt-get install vi

Thursday, January 17, 2013

Ensemble archive genome

http://www.ensembl.org/info/website/archives/index.html

dynamic 3D plot in R

library(rgl) 
open3d() 
x <- sort(rnorm(1000)) 
y <- rnorm(1000) 
z <- rnorm(1000) + atan2(x,y) 
plot3d(x, y, z, col=rainbow(1000)) 

Tuesday, January 1, 2013