getPCAexplained {debrowser} | R Documentation |
Creates a more detailed plot using the PCA results from the selected dataset.
getPCAexplained(datasetInput = NULL, input = NULL)
datasetInput, |
selected data |
input, |
from user |
explained plot
load(system.file("extdata", "demo", "demodata.Rda", package="debrowser")) input<-c() input$qcplot<-"pca" input$col_list<-colnames(demodata[,2:7]) x <- getPCAexplained(getNormalizedMatrix(demodata[,2:7]), input)