clean_raw_mic: Clean up raw MIC for use as a feature

View source: R/meta_data.R

clean_raw_micR Documentation

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)

Arguments

mic

character containing MIC/s

Value

character of clean MIC/s

Examples

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

MIC documentation built on April 12, 2025, 2:26 a.m.