listUniques | R Documentation |
List features uniquely over/under-expressed in a specified group
listUniques(
dataset = NULL,
factor = NULL,
groups = NULL,
rank = NULL,
alpha = 0.05,
param = F,
dataset_name = NULL
)
dataset |
MicroVis dataset. Defaults to the active dataset |
factor |
Factor along which to perform univariate analysis. Defaults to the active factor |
groups |
Group(s) to identify unique features in. Cycles through all groups by default |
rank |
Rank at which to analyze features |
alpha |
Significance threshold. Defaults to 0.05 |
param |
Perform parametrized or nonparametrized univariate analysis? Defaults to FALSE (nonparametrized) |
dataset_name |
(Not recommended) Name of the dataset to save statistics to. This should not need to be used by users since the function can determine the name of the dataset directly passed to it, but not when it is called within another function. |
A grouped list of features unique to each group of a factor in a dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.