Skip to contents

Extracts the list of arguments used for each PCA run from a list of PCA results, and formats them into a tibble.

Usage

get_pca_arguments(pca_result)

Arguments

pca_result

The result of a PCA run on each of the datasets, computed with the pcaMethods::pca() function.

Value

A tibble with the following columns: "Omics dataset", "PCA method used", "Number of Principal Components computed", "Scaling applied" and "Dataset centered".