Description Usage Arguments Examples
View source: R/cluster_functions.R
Takes a dataframe of clusters and stores the name of all genes in a text file. The row number deontes the cluster number.
1 | ClusterText(cluster.dataset, filename = NULL)
|
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. |
filename |
The filename of the saved text file. If not given then the name of the correlation dataframe object will be used. The.txt extension is not needed. |
1 2 | pam.df <- PamClustering(Laurasmappings, k = 10)
ClusterText(pam.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.