In-Depth Python usage
This section of the Docs is to describe each function and its utility in the ProcessMRXS Class.
Functions specifics
result_df = processor.process_data()
xlsx_file = "path/to/your/immunopositivity_data.xlsx" final_df = ProcessMRXSData.process_positivity(xlsx_file, result_df)
directory_path = "path/to/your/mrxs/files/directory" output_path = "path/to/output/data/directory" output_filename = "output_data.csv" # Name of the output CSV file final_data = ProcessMRXSData.process_directory(directory_path, inventory_file, output_path, output_filename)
final_rate = ProcessMRXSData.process_rate(output_path, final_data)
data_file = "path/to/your/immunopositivity_data.csv" ProcessMRXSData.process_heatmaps(data_file)
For more details, examples, and command-line usage, please refer to the code and documentation in this repository.
License
Last updated