Learn R Programming

MIC (version 1.1.0)

clean_raw_mic: Clean up raw MIC for use as a feature

Description

Removes leading "=" which can sometimes be present in raw MIC results. Also converts co-trimoxazole to trimethprim component only.

Usage

clean_raw_mic(mic)

Value

character of clean MIC/s

Arguments

mic

character containing MIC/s

Examples

Run this code
clean_raw_mic(c("==>64","0.25/8.0"))

Run the code above in your browser using DataLab