getPhenotypes: Combined oxygen tolerance and gram stain data for use with...

View source: R/bacdive_extract.R

getPhenotypesR Documentation

Combined oxygen tolerance and gram stain data for use with other packages

Description

Combined oxygen tolerance and gram stain data for use with other packages

Usage

getPhenotypes(morphology_df, oxygen_df)

Arguments

morphology_df

A dataframe from getMorphology.

oxygen_df

A dataframe from getOxygen.

Value

A dataframe of oxygen tolerance and gram stain information about taxa in the list.

Examples

## Not run: 
morphology_df <- getMorphology(list_holder)
oxygen_df <- getOxygen(list_holder)
phenotype_df <- getPhenotypes(morphology_df, oxygen_df)

## End(Not run)

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