deseq2_analysis | R Documentation |
Test for differential expression based on negative binomal distribution
deseq2_analysis( phylo, var, alpha = 0.01, test = "Wald", fitType = "parametric" )
phylo |
Phyloseq Object with OTU table and sample data |
var |
Variable of sample data to analyze |
test |
significance test used in DESeq2. Either "Wald" or "LRT" |
fitType |
type of fitting of dispersions to the mean intensity in DESeq2. Either "parametric", "local" or "mean" |
DESeqDataSet object including data set and test results
data("mice_B6_N") desq2_analysis(mice_B6_N, "Vendor")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.