View source: R/iterate_conditional_celltypes.R
iterate_conditional_celltypes | R Documentation |
Support function for calculate_conditional_celltype_associations.
iterate_conditional_celltypes(
ctd,
EnrichmentMode,
signifCells2,
annotLevel,
controlledAnnotLevel,
genesCovarFile,
controlCovarFile,
controlledCovarCols,
magmaPaths,
upstream_kb,
downstream_kb,
version,
verbose
)
ctd |
Cell type data structure containing
|
EnrichmentMode |
[Optional] Should either 'Linear' or 'Top 10%' mode be used for testing enrichment? |
controlledAnnotLevel |
Which annotation level should be controlled for. |
upstream_kb |
How many kb upstream of the gene should SNPs be included? |
downstream_kb |
How many kb downstream of the gene should SNPs be included? |
version |
MAGMA version to use. |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.