Transfer MIC(Minimal Inhibitory Concentration) data to SIR (Sensitive, Intermediate, Resistant)
Dear all, I'm a beginner, please forgive the untidy coding, and help me to improve. Hope this is helpful for microbiology research.
You can quickly run this by python MICtoSIR.py -i yourfile.txt
Input: The input requires a txt file, seprated by tab. You can copy and paste from a excel file. (I've upload an example txt file) This only supports transfer some common antibiotics MIC in our lab, you can change the code by adding the dictionary.
Output: SIR.txt, you can open it with excel by importing it.