View source: R/visualization_with_simple_pca.R
visualization_with_simple_pca | R Documentation |
A simple PCA plot.
visualization_with_simple_pca( expr_data_frame, main = "Simple PCA", point_cex = 2, point_col = "firebrick", point_type = 20, text_cex = 1 )
expr_data_frame |
A data frame containing ID and quantification value. |
main |
The main title of plot. |
point_cex |
a numerical value for point size. |
point_col |
a color code or name for point color. |
point_type |
point type, see points. |
text_cex |
a numerical value for text size. |
A simple PCA plot.
Dongdong Zhan and Mengsha Tong
## Not run: ftp_url <- "ftp://111.198.139.72:4000/pub/PhosMap_datasets/function_demo_data/visualization_with_simple_pca.RData" load_data <- load_data_with_ftp(ftp_url, 'RData') writeBin(load_data, "visualization_with_simple_pca.RData") load("visualization_with_simple_pca.RData") visualization_with_simple_pca(expr_df, main = 'Simple PCA', point_cex = 2, point_col = 'firebrick', point_type = 20, text_cex = 1 ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.