Skip to contents

A subset of E. coli phenotype data from the NCBI AST browser.

Usage

ecoli_ast

Format

A data frame with 4168 rows and 11 columns representing data from the NCBI AST browser, formatted and re-interpreted using import_ast.

Columns include:

  • id: Sample identifier, imported from the #BioSample column in the raw input.

  • drug_agent: Antibiotic code, interpreted from Antibiotic using as.ab, used to interpret ecoff and pheno columns.

  • mic: Minimum inhibitory concentration, formatted using as.mic, used to interpret ecoff and pheno columns.

  • disk: Disk diffusion zone, formatted using as.disk, used to interpret ecoff and pheno columns.

  • pheno_clsi: S/I/R classification according to CLSI, interpreted using as.sir.

  • ecoff: WT/NWT classification, interpreted using as.sir.

  • guideline: Interpretation guidelines used to interpret ecoff and pheno columns.

  • method: Test method, one of: "Etest', "broth dilution'.

  • pheno_provided: ??

  • spp_pheno: Species identifier, interpreted from Scientific name using as.mo, used to interpret ecoff and pheno columns.