Description Usage Arguments Value Examples
Get outlier genes
1 | get_outlying_genes(Y, nmads)
|
Y |
Cell by gene matrix of counts |
nmads |
Number of mads above which gene is considered outlier |
A logical vector whether each gene (as represented by a column of Y) is an outlier
1 2 | Y <- matrix(rpois(200, 10), 20, 10)
clonealign:::get_outlying_genes(Y, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.