Automatic Phenotype Mining Tutorial
|
Environment |
System :
SUN Solaris 9
Web Server : Apache HTTP server 2.0.50
CGI : Perl 5.8.4
Programming : MATLAB R14 and MATLAB Webserver 2.0
|
|
Input File Format |
Plain text numeric format. No missing entry is allowed. No string is allowed. Entries in the same line seperated by space.
-
The first line: K (number of phenotypes);
-
The second line: n m (n-number of genes, m-number of samples);
-
The third line: 1*m vector groundtruth, e.g, 0 0 0 1 1 1. If the groundtruth is unknown, use all "0";
-
4 ~ (n+3) lines: numeric data matrix, each line specifies a gene.
Here is a sample data file :
500 genes * 38 samples, 2 phenotypes with groundtruth.
|
|
Getting Started |
|
Upload a file:
|
|
- Click "Browse" button
- Select file
- Click "Upload Data File" button
|
|
Processing Data:
|
|
Click "Processing Data" button
|
|
|
Output Files |
-
Number of Informative Genes:
a number shows how many informative genes was deteted.
-
Phenotype Partiton of Samples:
a plain text file shows samples' partition.
-
Informative Genes:
a plain text file shows the indices of the informative genes.
-
Phenotype Structure Data Matrix:
a plain text file shows the submatrix of the phenotype structure.
-
Phenotype Structure Image:
a GIF image file shows the phenotype structure.
|