Description Usage Arguments Details Value Author(s) Examples
Tests if each row of an expression table is a singleton.
1 | is.singleton(expression_table)
|
expression_table |
An expression table (data frame or matrix), where all expression values are tag counts. |
Returns TRUE if the cluster has only one tag in one library, or if it has no tags at all. Otherwise, returns FALSE.
A logical vector
Charles Plessy <plessy@riken.jp>
1 2 | x <- rbind(c(1,1,1), c(0,0,1))
is.singleton(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.