Get tibble
getAbundanceTibble(
x,
column_id = "FeatureID",
select_rows = NULL,
select_cols = NULL
)
getTaxaTibble(
x,
column_id = "FeatureID",
select_rows = NULL,
select_cols = NULL
)
getSampleTibble(
x,
column_id = "SampleID",
select_rows = NULL,
select_cols = NULL
)
phyloseq
object
A character
Rows to return in output.
Columns to return in output
A tibble
Convert different phyloseq
slots into tibbles.
getAbundanceTibble
gets the otu_table in tibble format.
getTaxaTibble
gets the taxa_table in tibble format.
getSampleTibble
gets the sample_data in tibble format.
Shetty SA (2020). Utilities for microbiome analytics. https://github.com/RIVM-IIV-Microbiome/biomeUtils