Title: Bioin401 Project: Microarray Pipeline
1Bioin401 Project Microarray Pipeline
- Chunyan Meng,
- Yifeng Liu,
- Chelsea Ju
- February 27, 2006
2Microarray Pipeline Background Synopsis
- Input Data Processing
- Normalization, Background correction
- Expression index calculation, Gene selection
- Data Interpretation
- Clustering
- Gene Annotation
- Gene Function Prediction
- Report Publisher
- Participants
- Yifeng Liu
- Chelsea Ju
3Microarray Pipeline GANTT Chart
4Microarray Pipeline Flow Chart
NormailzationYifeng
Server SetupChunyan
Statistical AnalysisYifeng
Web InterfaceGroup
ClusteringChunyan
AnnotationChelsea
PredictionChunyan
GenerateReportsChelsea Yifeng
DesignDocumetationGroup
5Micorarry PipelineRSPerl Problem and server
- Tried to figure out the problem of Calling RSPerl
by system user. Couldnt succeed. So use system
call to run R from perl. - Configured the server so that apache can write
data to the server properly by changing the owner
of the cgi script to apache. - The server is running OK after increased memory.
6Micorarry PipelineCEL file upload
7Micorarry PipelineCEL file upload
8Clustering Web Form
9Hiearchical Clustering (stats package)
- 7 methods for computing the between cluster
distances
10Hiearchical Clustering (stats package)
- 6 distance measures for distance matrix
computation
11Microarray Pipeline Dendrogram of average
linkage
Notes this is how the dendrogram will look like.
Generated by a R script which is not linked to
the web form yet.
12Microarray PipelineHeatmap with dendrogram
Yellow-Green-Blue sequential
13Microarray PipelineWhat to do next
- Link the R-script for Hierarchical Clustering
with the web form. - K-means Clustering Methods (R script)Available
algorithms Hartigan-Wong, Lioyd, Forgy,
MacQueen. - Integrating different parts together.
- Check if protFunc (genepublisher used that) can
be used for Gene Function Prediction.
14Microarray Pipeline GANTT Chart
?