View source: R/check_bootstrap_args.R
check_bootstrap_args | R Documentation |
Check the input arguments of the bootstrap_enrichment_test.
check_bootstrap_args(
sct_data,
hits,
annotLevel,
reps,
controlledCT = NULL,
fix_celltypes = TRUE
)
sct_data |
List generated using generate_celltype_data. |
hits |
List of gene symbols containing the target gene list.
Will automatically be converted to human gene symbols
if |
annotLevel |
An integer indicating which level of |
reps |
Number of random gene lists to generate (Default: 100, but should be >=10,000 for publication-quality results). |
controlledCT |
[Optional] If not NULL, and instead is the name of a cell type, then the bootstrapping controls for expression within that cell type. |
Null output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.