In-Depth Python usage
This section of the Docs is to describe each function and its utility in the ProcessMRXS Class.
Functions specifics
Call the process_data method to process MRXS data, merge it with inventory, and calculate immunopositivity statistics for every slide (this function is called internally for each file in the process_directory method):
To process immunopositivity rate from Excel/CSV files and merge into a unique main DataFrame, call the process_positivity method:
Process MRXS data from a directory, save antibody-specific data, and return the final DataFrame using the process_directory method (internally calling the process_data):
Process immunopositivity rate from saved files and merge it into a final DataFrame using the process_rate method:
To generate and save correlation heatmaps based on immunopositivity rate data, call the process_heatmaps method:
To generate and save scatterplots based on immunopositivity rate data, use the process_scatterplots method:
License
This project is licensed under the MIT License - see the LICENSE file for details to the rightful owner.
Last updated