Get Hit Indices for a Specific Level
get_level_hit_indices.Rd
This function retrieves unique feature indices from a list of between-level top tables for a specified level, based on adjusted p-value thresholds.
Value
A vector of unique feature indices that meet the adjusted p-value threshold criteria for the specified level.
Details
The function iterates over each data frame in `between_level_top_tables`. For each data frame whose name contains the specified level (case insensitive), it identifies the rows where the adjusted p-value is below the corresponding threshold. The function then extracts the feature indices from these rows and compiles a unique list of these indices.