normalize | R Documentation |
Normalize the phyloseq object with different methods
normalize(physeq, group, method = "relative", table = FALSE)
physeq |
A |
group |
group (DESeq2). A character string specifying the name of a categorical variable containing grouping information. |
method |
A list of character strings specifying |
table |
return a data.frame or not |
phyloseq object with normalized data
Kai Guo
{
data("Physeq")
phy<-normalize(physeq)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.