write.qiime: Write a QIIME abundance table file

View source: R/write.qiime.r

write.qiimeR Documentation

Write a QIIME abundance table file

Description

Writes a file compatible with QIIME

Usage

write.qiime(x, file)

## Default S3 method:
write.qiime(x, file)

## S3 method for class 'Dataset'
write.qiime(x, file)

Arguments

x

Either an abundance matrix or a Dataset

file

Path to the file to write

Author(s)

Sur Herrera Paredes

Examples

data(Rhizo)

# The following are equivalent
write.qiime(Rhizo,'myfile.txt')
write.qiime(create_dataset(Rhizo),'myfile.txt')

surh/AMOR documentation built on Feb. 21, 2023, 6:31 a.m.