View source: R/compute_gene_scores.R
compute_gene_scores | R Documentation |
Aggregate gene-level scores across all bootstrap iterations.
boot: Mean specificity of all genes within a given cell type.
hit: Mean specificity of a hit gene within a given cell type.
compute_gene_scores(
sct_data,
annotLevel,
bootstrap_list = NULL,
hits,
combinedGenes,
reps = NULL,
exp_mats = NULL,
return_hit_exp = FALSE,
verbose = TRUE
)
sct_data |
List generated using generate_celltype_data. |
annotLevel |
An integer indicating which level of |
bootstrap_list |
The output of |
hits |
list of gene names. The target gene set. |
reps |
Number of random gene lists to generate (Default: 100, but should be >=10,000 for publication-quality results). |
return_hit_exp |
Return the expression of each hit gene. |
verbose |
Print messages. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.