asv_rename | R Documentation |
The asv_rename function will assign unique ASV identifiers that are easy to each sequence variant and will write a tsv file to your working directory for a reference list of all ASV names.
asv_rename(x, file = file.path(getwd(), "ASVids.tsv"))
x |
The |
file |
The path to the tsv generated file of sequence variant identifiers. |
x the modified phyloseq object.
library(mirlyn)
library(phyloseq)
data(GlobalPatterns)
## Not run:
asv_rename(GlobalPatterns)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.