remove_redundancy_elements_through_correlation_SE {tidybulk} | R Documentation |
Drop redundant elements (e.g., samples) for which feature (e.g., genes) aboundances are correlated
remove_redundancy_elements_through_correlation_SE( .data, correlation_threshold = 0.9, of_samples = TRUE )
.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 |
A tibble with redundant elements removed