View source: R/log_PCA_from_file.R
log_PCA_from_file | R Documentation |
Reads file with samples in columns and variables in rows. Takes log2(x+1) and does PCA. Writes to file scores, loadings, eigenvalues.
log_PCA_from_file(file, center = TRUE, scale = FALSE)
file |
Filepath/filename of data matrix with no row numbering |
center |
default=T |
scale |
default=F |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.