normalize {microbial} | R Documentation |
Normalize the phyloseq object with different methods
Description
Normalize the phyloseq object with different methods
Usage
normalize(physeq, group, method = "relative", table = FALSE)
Arguments
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 |
Value
phyloseq object with normalized data
Author(s)
Kai Guo
Examples
{
data("Physeq")
phy<-normalize(physeq)
}
[Package microbial version 0.0.21 Index]