Get top genes by beta (binary) score
Usage
top_binary_genes(data, cluster.names, gene.count = 2000)
Arguments
- data
A count (or CPM or logCPM) matrix
- cluster.names
A vector of cluster names in the reference taxonomy.
- gene.count
The number of top genes to return (Default=2000)
Value
Boolean vector of cells to keep (TRUE) and cells to remove (FALSE)