View source: R/DIALOGUE.main.R
DLG.get.param | R Documentation |
DIALOGUE is a dimensionality reduction approach that uses cross-cell-type associations to identify multicellular programs (MCPs) and map the cell transcriptome as a function of its environment.
DLG.get.param(
k = 2,
results.dir = DLG.file("/Results/MCPs/"),
seed1 = 1234,
plot.flag = F,
penalty = NULL,
MCP.cell.types = NULL,
frm = NULL,
pheno = NULL,
PMD2 = F,
single.BH = F,
extra.sparse = F,
abn.c = 15,
conf = "cellQ",
covar = c("cellQ", "tme.qc"),
n.genes = 200,
averaging.function = colMedians,
p.anova = 0.05,
find.genes = T,
specific.pair = NULL,
center.flag = T,
bypass.emp = F,
parallel.vs = F,
spatial.flag = F,
full.version = T
)
k |
the number of multicellular programs to identify; |
results.dir |
path to the results directory, where the output will be saved; |
plot.flag |
if TRUE then |
abn.c |
the minimal number of cells that a sample should have to be considered for MCP detection; |
spatial.flag |
should be TRUE if working with spatial data with small niches, and TRUE if working with single cell data or larger tissue microenvironment niches. The default value is FALSE. |
A list with the parameters as input for DIALOGUE.run
Livnat Jerby
See DIALOGUE GitHub page for more details.
DIALOGUE.plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.