getOxygenSingle: Extracts oxygen tolerance data from a single entry in a...

View source: R/bacdive_extract.R

getOxygenSingleR Documentation

Extracts oxygen tolerance data from a single entry in a bacdive structured list

Description

Extracts oxygen tolerance data from a single entry in a bacdive structured list

Usage

getOxygenSingle(bacdive_entry)

Arguments

bacdive_entry

A single entry representing a strain within a bacdive list.

Details

Used in getOxygen.

Value

A dataframe of oxygen tolerance information about the strain.

Examples

## Not run: 
morphology_df <- bind_rows(lapply(list_holder, getOxygenSingle))
# OR
single_strain <- getOxygenSingle(list_holder[[1]])

## End(Not run)

scottdaniel/bacphene documentation built on March 25, 2023, 12:51 p.m.