is.singleton: is.singleton

Description Usage Arguments Details Value Author(s) Examples

Description

Tests if each row of an expression table is a singleton.

Usage

1
is.singleton(expression_table)

Arguments

expression_table

An expression table (data frame or matrix), where all expression values are tag counts.

Details

Returns TRUE if the cluster has only one tag in one library, or if it has no tags at all. Otherwise, returns FALSE.

Value

A logical vector

Author(s)

Charles Plessy <plessy@riken.jp>

Examples

1
2
x <- rbind(c(1,1,1), c(0,0,1))
is.singleton(x)

charles-plessy/smallCAGEqc documentation built on May 13, 2019, 3:31 p.m.