This function returns an 3D PCA plot

plotPCA3d(file)

Arguments

file

Input a .csv or .tsv file

Value

a PCA-plot

Examples

file <- system.file("extdata", "expr_matrix.csv", package = "sahu") plotPCA3d(file)