Description Usage Arguments Value Examples
View source: R/visualization.R
Plot PCA
1 2 3 4 | plotPCAPlotly(df.input, condition.color.vec,
condition.color.name = "condition", condition.shape.vec = NULL,
condition.shape.name = "condition", columnTitle = "Title",
pc.a = "PC1", pc.b = "PC2")
|
df.input |
Input data object that contains the data to be plotted. Required |
condition.color.vec |
color vector. Required |
condition.color.name |
color variable name. Required |
condition.shape.vec |
shape vector. Required |
condition.shape.name |
shape variable name. Required |
columnTitle |
Title to be displayed at top of heatmap. |
pc.a |
pc.1 |
pc.b |
pc.2 |
the plot
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.