ClusterText: ClusterText

Description Usage Arguments Examples

View source: R/cluster_functions.R

Description

Takes a dataframe of clusters and stores the name of all genes in a text file. The row number deontes the cluster number.

Usage

1
ClusterText(cluster.dataset, filename = NULL)

Arguments

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.

Examples

1
2
pam.df <- PamClustering(Laurasmappings, k = 10)
ClusterText(pam.df)

nathansam/CircadianTools documentation built on Dec. 26, 2019, 11:30 a.m.