Running Micrompn from https://github.com/USDA-ARS-GBRU/micrompn
How to run micrompn from a jupyter notebook: 1) check file locations
2) create a toml file in notepad (save it as microplate.toml)
3) install and import wellmap https://wellmap.readthedocs.io/en/latest/index.html
4) check the toml file with wellmap.show()
5) download the micrompn files from github and make a local copy. Extract all to run micrompn https://github.com/USDA-ARS-GBRU/micrompn
6) install micrompn using pip install path/to/micrompnm
7) import micrompn
8) ! micrompn --help for more options
pip install wellmap
I will run this first trial with data for C1-C3 and rfp-Rs5 control from time point 48 h filename:Copy_of_original_T48.CSV
import wellmap
wellmap.show("microplate_96_3_samples_vertical_dilutions.txt")#prints two versions of the same image (png, img)
import micrompn
! micrompn --help
! micrompn -v
The cutoff value = (mean RFU T0) + (5*SD). For limit of detection the cutoff was 5.598597652
! micrompn --wellmap microplate_96_3_samples_vertical_dilutions.txt --data "path_to_file\96_3_samples_vertical_dilutions.csv" --cutoff 6 --outfile "path_to_file\OUTFILE_96_3_samples_vertical_dilutions.csv" --plate_name "plate_unique" --value_name "rfu" --well_name "plate_well"
#this is a mock dataset