interesting_genes | R Documentation |
This method uses the values created by update.measurements() and selects the most interesting subset of genes.
interesting_genes(x, Min = 0.4, Max = 0.8, genes = 100)
x |
the SingleCellsNGS object |
Min |
the minimal fraction of cells expresing the gene default=0.4 |
Max |
the maximal fraction of cells expresing the gene default=0.8 |
genes |
how many genes you want to get back default=100 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.