Save data
saveAbundanceData(
x,
path_file = NULL,
file_type = c("delim", "csv", "csv2", "tsv", "excel_csv", "excel_csv2"),
...
)
saveTaxonomyData(
x,
path_file = NULL,
file_type = c("delim", "csv", "csv2", "tsv", "excel_csv", "excel_csv2"),
...
)
saveSampleData(
x,
path_file = NULL,
file_type = c("delim", "csv", "csv2", "tsv", "excel_csv", "excel_csv2"),
...
)
phyloseq
object
path to save the file along with name. Default is NULL. E.g. "data/output/otu_table.csv"
One of "delim","csv","csv2","tsv","excel_csv","excel_csv2"
supported by readr
package
Arguments to pass to readr functions
Store file locally specified by user.
Basic utilities for saving data in phyloseq
.
saveAbundanceData
save the otu_table.
saveTaxonomyData
save the taxa_table.
saveSampleData
save the sample_data.
Shetty SA (2020). Utilities for microbiome analytics. https://github.com/RIVM-IIV-Microbiome/biomeUtils