SingletonNameFinder: SingletonNameFinder

Description Usage Arguments Value Examples

View source: R/cluster_functions.R

Description

Finds the genes which belong to singleton clusters.

Usage

1
SingletonNameFinder(cluster.dataset)

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.

Value

Returns a vector of gene names for all genes belonging to singleton clusters in the provided dataset.

Examples

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

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