randomize_pam - CLI interface
Randomize a binary presence-absence matrix (PAM) while maintaining marginal totals.
randomize_pam [-h] [--config_file CONFIG_FILE] [--log_filename LOG_FILENAME] [--log_console]
[-r REPORT_FILENAME] [--randomization_method {grady}]
[--output_pam_count OUTPUT_PAM_COUNT]
[--output_pam_basefilename OUTPUT_PAM_BASEFILENAME [OUTPUT_PAM_BASEFILENAME ...]]
[--output_pam_filename OUTPUT_PAM_FILENAME [OUTPUT_PAM_FILENAME ...]]
input_pam_filename
randomize_pam positional arguments
input_pam_filename- The file location of the PAM to randomize. (default:None)
randomize_pam 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 console.-rREPORT_FILENAME,--report_filenameREPORT_FILENAME- File location to write the summary report. (default:None)--randomization_methodRANDOMIZATION_METHOD,-mRANDOMIZATION_METHOD- The method to use to randomize the matrix. (default:grady)--output_pam_countOUTPUT_PAM_COUNT- Number of randomized PAMs to create. (default:None)--output_pam_basefilenameOUTPUT_PAM_BASEFILENAME- The path and base filename (without extension) for randomized PAMs. (default:None)--output_pam_filenameOUTPUT_PAM_FILENAME- The file location to write the randomized PAM(s). (default:None)