Description Usage Arguments Value Examples
View source: R/cluster_functions.R
Plots the mean and error bars for all clusters across time
1 2 3 4 5 6 7 |
cluster.dataset |
A transcriptomics dataset where the final column details the cluster the gene belongs to. First column should be gene names. All remaining columns should be expression levels. |
nthreads |
Number of processor threads for the process. If not specified then the maximum number of logical cores are used. |
print |
Logical. If TRUE renders significant genes in the plot viewer. Defaults to TRUE |
save |
Logical. If TRUE, saves plots. Defaults to FALSE. |
path |
The directory to be used for saving plots to. Creates the directory if it doesn't already exist. Defaults to cluster_overview |
Prints or saves ggplot2 object(s).
1 2 | pam.df <- PamClustering(Laurasmappings, k = 10, nthreads = 2)
ClusterDatasetPlot(pam.df, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.