read_qza | R Documentation |
extracts embedded data and object metadata into an R session
read_qza(file, tmp, rm)
file |
path to the input file, ex: file="~/data/moving_pictures/table.qza" |
tmp |
a temporary directory that the object will be decompressed to (default="tempdir()") |
rm |
should the decompressed object be removed at completion of function (T/F default=TRUE) |
a named list of the following objects:
artifact$data - the raw data ex OTU table as matrix or tree in phylo format
artifact$uuid - the unique identifer of the artifact
artifact$type - the semantic type of the object (ex FeatureData[Sequence])
artifact$format - the format of the qiime artifact
artifact$provenance - information tracking how the object was created
artifact$contents - a table of all the files contained within the artifact and their file size
artifact$version - the reported version for the artifact, a warning error may be thrown if a new version is seen
## Not run: SVs<-read_qza("data/table.qza")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.