write.qiime | R Documentation |
Writes a file compatible with QIIME
write.qiime(x, file) ## Default S3 method: write.qiime(x, file) ## S3 method for class 'Dataset' write.qiime(x, file)
x |
Either an abundance matrix or a Dataset |
file |
Path to the file to write |
Sur Herrera Paredes
data(Rhizo) # The following are equivalent write.qiime(Rhizo,'myfile.txt') write.qiime(create_dataset(Rhizo),'myfile.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.