getPCAexplained: getPCAexplained

View source: R/pca.R

getPCAexplainedR Documentation

getPCAexplained

Description

Creates a more detailed plot using the PCA results from the selected dataset.

Usage

getPCAexplained(datasetInput = NULL, pca_data = NULL, input = NULL)

Arguments

datasetInput,

selected data

pca_data,

from user

input,

input params

Value

explained plot

Examples

load(system.file("extdata", "demo", "demodata.Rda", package="debrowser"))
input<-c()
input$qcplot<-"pca"
input$col_list<-colnames(demodata[,1:6])
dat <- getNormalizedMatrix(demodata[,1:6])
pca_data <- run_pca(dat)
x <- getPCAexplained(dat, pca_data, input)


UMMS-Biocore/debrowser documentation built on Feb. 9, 2024, 6:15 p.m.