run_pca: Run PCA

View source: R/dimentionality-reduction.R

run_pcaR Documentation

Run PCA

Description

Run PCA

Usage

run_pca(data, num_pcs, prefix = "PC_")

Arguments

data

A tibble with metadata.

num_pcs

Maximim number of genes per cell.

prefix

suffix.

Value

named list of feature loadings, cell embeddings, sdev, output from pca


igordot/scooter documentation built on Nov. 20, 2023, 5:55 a.m.