Skip to contents

Identify core genes based on a specified threshold method

Usage

identify_core_genes(
  changes,
  threshold_type = c("sd", "percentile"),
  threshold_value = 1
)

Arguments

changes

Named vector of changes from LOO analysis.

threshold_type

Character string indicating the method to determine the threshold ("sd" or "percentile").

threshold_value

Numeric value indicating the percentile (if method is "percentile") or the number of standard deviations (if method is "sd").

Value

Vector of core genes or NA if no core genes are identified.