getMorphologySingle: Extracts cell morphology data from a single entry in a...

View source: R/bacdive_extract.R

getMorphologySingleR Documentation

Extracts cell morphology data from a single entry in a bacdive structured list

Description

Extracts cell morphology data from a single entry in a bacdive structured list

Usage

getMorphologySingle(bacdive_entry)

Arguments

bacdive_entry

A single entry representing a strain within a bacdive list.

Details

Used in getMorphology.

Value

A dataframe of cell morphology information about the strain.

Examples

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

## End(Not run)

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