View source: R/check_controlled_args.R
check_controlled_args | R Documentation |
Check the input arguments of the controlled_geneset_enrichment.
check_controlled_args(
bg,
sct_data,
annotLevel,
disease_genes,
hits,
functional_genes,
funcGenes,
combinedGenes
)
bg |
List of gene symbols containing the background gene list
(including hit genes). If |
sct_data |
List generated using generate_celltype_data. |
annotLevel |
An integer indicating which level of |
disease_genes |
Array of gene symbols containing the disease gene list. Does not have to be disease genes. Must be from same species as the single cell transcriptome dataset. |
hits |
Hit genes. |
functional_genes |
Array of gene symbols containing the functional gene list. The enrichment of this gene set within the disease_genes is tested. Must be from same species as the single cell transcriptome dataset. |
funcGenes |
|
combinedGenes |
|
Null output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.