Skip to contents

A data set containing commonly used codes for microorganisms, from laboratory systems and WHONET. Define your own with set_mo_source(). They will all be searched when using as.mo() and consequently all the mo_* functions.

Usage

microorganisms.codes

Format

A tibble with 4 909 observations and 2 variables:

  • code
    Commonly used code of a microorganism

  • mo
    ID of the microorganism in the microorganisms data set

Details

Like all data sets in this package, this data set is publicly available for download in the following formats: R, MS Excel, Apache Feather, Apache Parquet, SPSS, SAS, and Stata. Please visit our website for the download links. The actual files are of course available on our GitHub repository.

Examples

microorganisms.codes
#> # A tibble: 4,909 × 2
#>    code  mo          
#>    <chr> <mo>        
#>  1 1011  B_GRAMP     
#>  2 1012  B_GRAMP     
#>  3 1013  B_GRAMN     
#>  4 1014  B_GRAMN     
#>  5 1015  F_YEAST     
#>  6 103   B_ESCHR_COLI
#>  7 104   B_SLMNL_HMRM
#>  8 1100  B_STRPT     
#>  9 1101  B_STRPT_VIRI
#> 10 1102  B_STRPT_HAEM
#> # ℹ 4,899 more rows