Multiplex Analysis Web Apps (MAWA) is a collection of tools developed by data scientists at NIH/NCI/CBIIT to support researchers utilizing multiplex imaging techniques. This suite of apps employs a Streamlit interface and for NIH users can be accessed using NIDAP free of charge.
Remember, at NIH, no installation is required; NIDAP should be used instead. NIH users should contact the authors below for more information.
conda update -n base -c conda-forge conda
conda env create -f environment-2024-02-08.yml
conda activate mawa-2024-02-08
streamlit run Multiplex_Analysis_Web_Apps.py
Each page or app within MAWA is located in the pages
folder in this repo. The pages are as follows:
- data_import_and_export.py
- datafile_format_unifier.py
- open_file.py
- robust_scatter_plotter.py
- thresholded_phenotyping.py
- multiaxial_gating.py
- adaptive_phenotyping.py
- Pheno_Cluster_a.py
- Pheno_Cluster_b.py
- Tool_parameter_selection.py
- Run_workflow.py
- Display_individual_ROI_heatmaps.py
- Display_average_heatmaps.py
- Display_average_heatmaps_per_annotation.py
- Display_ROI_P_values_overlaid_on_slides.py
- Neighborhood_Profiles.py
- UMAP_Analyzer.py
- Clusters_Analyzer.py
- radial_bins_plots.py
- radial_profiles_analysis.py
- preprocessing.py
- memory_analyzer.py
- results_transfer.py