View source: R/create_genesets.R
create_genesets | R Documentation |
Support function for get_driver_genes.
create_genesets(
res_input,
n_genes = 100,
spec_deciles = NULL,
gene_col = "hgnc_symbol",
verbose = TRUE
)
res_input |
Enrichment results output from calculate_celltype_enrichment_limma. |
n_genes |
Max number of genes to return. |
spec_deciles |
[Optional] Which specificity deciles to use from the CellTypeDataset. |
gene_col |
Column containing gene symbols. |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.