|
5 gadi atpakaļ | |
---|---|---|
heatmap_stitch | 5 gadi atpakaļ | |
image_patch_extract | 5 gadi atpakaļ | |
prediction | 5 gadi atpakaļ | |
readme.md | 5 gadi atpakaļ | |
set_env.sh | 5 gadi atpakaļ | |
time_all_stats_pred.sh | 5 gadi atpakaļ |
1 Image patch extraction
2 Prediction
3 Heatmap stitching
4 Retreiving run-time statistics
Run the following commands to launch Son of Grid Engine (SGE) jobs to extract, group patches in HDF5 files and create a lookup table for every HDF5 file.
qsub split_main.sh ./config_testing_cn_true.txt
qsub split_main.sh ./config_normal_cn_true.txt
qsub split_main.sh ./config_tumor_cn_true.txt
The lookup tables are created only once.
The following commands launch SGE jobs to generate prediction matrices.
After the predictions matrices have been generated an SGE job using heatmap_main.sh SGE scrip could be launched to genertae heatmaps. Two arguments for this launch are: a) type of the slides (test, normal or tumor); b) the root directory of the results, like in below example run:
In time_all_stats_pred.sh file adjust job results root directory, DIR and slides type, PREFIX (normal, test or tumor), like below: