Example MIC data
Format
An R data frame containing example MIC distribution data in two columns:
mic Minimum inhibitory concentration
n Number of organisms with the given MIC
Details
This data frame contains MIC data for vancomycin against S. aureus. It was obtained from the EUCAST website at . Select the organism or drug, and then select the desired row of the resulting table to see a histogram (top) and table (bottom) of MIC distributions.
Copy the table into excel, save as a .csv file, and read into R using a function like
read.csv() or readr::read_csv(). Then use makePTAtarget().