log_PCA_from_file: PCA from file after taking log2

View source: R/log_PCA_from_file.R

log_PCA_from_fileR Documentation

PCA from file after taking log2

Description

Reads file with samples in columns and variables in rows. Takes log2(x+1) and does PCA. Writes to file scores, loadings, eigenvalues.

Usage

log_PCA_from_file(file, center = TRUE, scale = FALSE)

Arguments

file

Filepath/filename of data matrix with no row numbering

center

default=T

scale

default=F


KSheu/ksheu.library1 documentation built on Jan. 28, 2025, 3:26 p.m.