simpleAnova | R Documentation |
This function calculates an annova to identify significant changes in the StefansExpressionSet
has a higher sensitivity for multi group analyses to identify group specific changes
or general trends in the dataset. This function adds the results into the stats slot
of the StefansExpressionSet object.
This function calculates an annova to identify significant changes in the StefansExpressionSet
has a higher sensitivity for multi group analyses to identify group specific changes
or general trends in the dataset. This function adds the results into the stats slot
of the SingleCellsNGS object. In contrast to the StefansExpressionSet version of the function,
the cells showing no expression are axcluded from the stats.
simpleAnova(x, groupCol = "GroupName", padjMethod = "BH")
## S4 method for signature 'SingleCellsNGS'
simpleAnova(x, groupCol = "GroupName",
padjMethod = "BH")
x |
the StefansExpressionSet object |
groupCol |
the samples table column that contains the grouping information |
padjMethod |
the p value correction method as described in |
x |
the SingleCellsNGS object |
groupCol |
the samples table column that contains the grouping information |
padjMethod |
the p value correction method as described in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.