View source: R/gene_scoring_big_matrices.r
compute_ewce_selection_environ | R Documentation |
Compute top N% EWCE ranked genes for each cell-type. Output is a list of named character vectors, where each character vector represents a cell-type.
compute_ewce_selection_environ(
obj,
gene_selection_cutoff = 10,
number_of_threads = 1
)
obj |
Environment object containing an exp (numeric matrix of genes-by-cell-ID) & an annot (dataframe of cell annotations). |
gene_selection_cutoff |
Selection cutoff as a percentile. Default = 10. |
number_of_threads |
Number of threads to parallelize calculation over. Default = 1. |
List
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.