mirror of https://github.com/msberends/AMR.git
43 lines
967 B
R
43 lines
967 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/bactid.R
|
|
\name{bactid.property}
|
|
\alias{bactid.property}
|
|
\alias{bactid.family}
|
|
\alias{bactid.genus}
|
|
\alias{bactid.species}
|
|
\alias{bactid.subspecies}
|
|
\alias{bactid.fullname}
|
|
\alias{bactid.type}
|
|
\alias{bactid.gramstain}
|
|
\alias{bactid.aerobic}
|
|
\alias{bactid.type_nl}
|
|
\alias{bactid.gramstain_nl}
|
|
\title{Get microbial property based on `bactid`}
|
|
\usage{
|
|
bactid.family(bactid)
|
|
|
|
bactid.genus(bactid)
|
|
|
|
bactid.species(bactid)
|
|
|
|
bactid.subspecies(bactid)
|
|
|
|
bactid.fullname(bactid)
|
|
|
|
bactid.type(bactid)
|
|
|
|
bactid.gramstain(bactid)
|
|
|
|
bactid.aerobic(bactid)
|
|
|
|
bactid.type_nl(bactid)
|
|
|
|
bactid.gramstain_nl(bactid)
|
|
}
|
|
\arguments{
|
|
\item{bactid}{a valid bactid code, created with \code{\link{as.bactid}}}
|
|
}
|
|
\description{
|
|
Use these functions to return a specific property of a microorganism from the \code{\link{microorganisms}} data set, based on their \code{bactid}. Get such an ID with \code{\link{as.bactid}}.
|
|
}
|