Writes a file compatible with QIIME
write.qiime(x, file) # S3 method for default write.qiime(x, file) # S3 method for Dataset write.qiime(x, file)
x | Either an abundance matrix or a Dataset |
---|---|
file | Path to the file to write |
data(Rhizo) # The following are equivalent write.qiime(Rhizo,'myfile.txt') write.qiime(create_dataset(Rhizo),'myfile.txt')