remove_redundancy_elements_through_correlation_SE {tidybulk}R Documentation

Drop redundant elements (e.g., samples) for which feature (e.g., genes) aboundances are correlated

Description

Drop redundant elements (e.g., samples) for which feature (e.g., genes) aboundances are correlated

Usage

remove_redundancy_elements_through_correlation_SE(
  .data,
  correlation_threshold = 0.9,
  of_samples = TRUE
)

Arguments

.data

A tibble

correlation_threshold

A real number between 0 and 1

of_samples

A boolean

top

An integer. How many top genes to select

Value

A tibble with redundant elements removed


[Package tidybulk version 1.4.0 Index]