|
5 years ago | |
---|---|---|
heatmap_stitch | 5 years ago | |
image_patch_extract | 5 years ago | |
prediction | 5 years ago | |
readme.md | 5 years ago | |
set_env.sh | 5 years ago | |
time_all_stats_pred.sh | 5 years ago |
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.
Run the below commands to 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: