getDiscriminatingFeatures: Get features that uniquely identify one group from other...

View source: R/utils.R

getDiscriminatingFeaturesR Documentation

Get features that uniquely identify one group from other groups

Description

Get features that uniquely identify one group from other groups

Usage

getDiscriminatingFeatures(
  pairwise_statistics,
  unique_group,
  comparison_groups = NULL,
  alpha = 0.05
)

Arguments

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

Value

List of features uniquely differentially expressed in "unique_group"


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.