powered by
pca: A pca function
pca(mydata, labels = FALSE, dotsize = 3, axistextsize = 18, legendtextsize = 18)
Data frame or matrix: matrix or data frame with samples as columns, features as rows
Factor: to label the plot with colours
Numerical value: dot size
Numerical value: axis text size
Numerical value: legend text size
A pca plot object
# NOT RUN { ex_pca <- pca(blobs[,1:50]) # }
Run the code above in your browser using DataLab