pca_plot | R Documentation |
PCA plot
pca_plot(
summary_list = NULL,
top = 1000,
color = NULL,
condition = NULL,
condition_colors = NULL,
show_cree = TRUE
)
summary_list |
output from extract_summary |
top |
Top most variable peaks to consider for PCA. Default 1000 |
color |
Manual colors for each bigWig. Default NULL. |
condition |
Default. Condition associated with each bigWig. Lines will colord accordingly. |
condition_colors |
Manual colors for each level in condition. Default NULL. |
show_cree |
If TRUE draws a cree plot. Default TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.