View source: R/DIALOGUE.main.R
DIALOGUE.run | 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.
DIALOGUE.run(rA, main, param, plot.flag = T)
rA |
list of cell.type objects. |
main |
the name of the run that will be used for naming the output files in the results directory |
param |
the parameters of the run - these will also be saved with the output for reproducibility.
See |
plot.flag |
if TRUE then |
A list with the following components:
sig - the multicellular programs, given as a list of signatures;
scores - the multicellular programs' scores in each cell;
gene.pval - the cross-cell-type p-values of each program;
pref - the correlation (R) and association (mixed-effects p-value) between the cell-type-sepcific components of each multicellular programs.
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.