PCA analysis and plotting based on read counts
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plottingPCA(
my_data,
xcomp = 1,
ycomp = 2,
conditions,
pca_colors = c("#999999", "#0072B2", "#CC79A7", "#009E73", "#E69F00", "#D55E00",
"#56B4E9", "#F0E442"),
main_title = "PCA",
quantiles = c(0, 1),
show_labels = TRUE,
point_size = 1.1,
my_xlimits = c(-100, 100),
my_ylimits = c(-100, 100)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.