getDiscriminatingFeatures | R Documentation |
Get features that uniquely identify one group from other groups
getDiscriminatingFeatures(
pairwise_statistics,
unique_group,
comparison_groups = NULL,
alpha = 0.05
)
pairwise_statistics |
Data frame of pairwise statistics for a comparison of 3 or more groups |
unique_group |
The group of interest – features that are uniquely differentially expressed in this group compared to the comparison groups will be identified |
comparison_groups |
The groups to compare the group of interest to. Defaults to all other groups in the subsetted dataset |
alpha |
Significance threshold. Defaults to 0.05 |
List of features uniquely differentially expressed in "unique_group"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.