create_stat_heatmap - CLI interface
Create a site-statistic heatmap image.
create_stat_heatmap [-h] [--config_file CONFIG_FILE] [--log_filename LOG_FILENAME]
[--log_console] [-r REPORT_FILENAME] [-b BASE_LAYER] [-t TITLE]
[--cmap CMAP] [--vmin VMIN] [--vmax VMAX] [--mask_matrix MASK_MATRIX]
plot_filename matrix_filename {pearson_correlation,pearson_correlation}
min_x min_y max_x max_y resolution
create_stat_heatmap positional arguments
plot_filename- A file path to write the generated plot image. (default:None)matrix_filename- The file path of the site-statistic matrix (of type ['covariance_stats','site_matrix_stats','site_tree_stats','site_tree_distance_matrix_stats','site_pam_dist_mtx_stats']) containing a statistic to map. (default:None)statistic- The name of the statistic (must match column header) in the matrix. For each site-statistic matrix, its statistics columns are: (default:None)min_x- The minimum x value of the plot map range. (default:None)min_y- The minimum y value of the plot map range. (default:None)max_x- The maximum x value of the plot map range. (default:None)max_y- The maximum y value of the plot map range. (default:None)resolution- The resolution of each cell of the plot map. (default:None)
create_stat_heatmap optional arguments
--config_fileCONFIG_FILE- Path to configuration file. (default:None)--log_filenameLOG_FILENAME,-lLOG_FILENAME- A file location to write logging data. (default:None)--log_console- If provided, write logging statements to the console.-rREPORT_FILENAME,--report_filenameREPORT_FILENAME- File location to write the summary report. (default:None)-bBASE_LAYER,--base_layerBASE_LAYER- An optional base layer image for the plot. Must have same extent. (default:None)-tTITLE,--titleTITLE- A title to add to the plot image. (default:None)--cmapCMAP- A color map to use for the image. (default:Reds)--vminVMIN- The minimum value for color scaling. (default:None)--vmaxVMAX- The maximum value for color scaling (use -1 to use maximum from data). (default:None)--mask_matrixMASK_MATRIX- File path to a binary matrix to use as a mask. (default:None)