| Matchmaker-class | R Documentation |
The Matchmaker object with the slot information listed as follow:
dataExpression data. A d x M matrix with d rows of interaction genes and M columns of data points (cells).
annotationData frame of cell type annotatiuons.
first column, stores the cell type identities for each cell in the data.
..., additional slots for future use.
interactionLigand-receptor interaction pairs. A dataframe with at least two columns for ligand-receptor pair gene names.
strengthMatrix of relative strengths of interactions.
row names, interacting cell types seperated by "|".
column names, interacting partner pairs seperated by "_".
pvalueMatrix of p values of interaction strengths. Row and column naming are the same as the strength matrix.
selectedA list of selected and filtered interactions:
stregth, Matrix of relative strengths of interactions.
pvalue, Matrix of p values of interaction strengths.
merged.data, merged interaction pair data and strength data.
project_nameName of the project.
miscList of miscellaneous:
raw_data, raw expression data.
stats_null, null interaction stength without earth mover's distance adjustment if emd=TRUE option is used.
emd, earth mover's distance similarity.
permute_result, list of permutation results if saved.
sketch_id, geometric sketching ID.
graph, graph visualization.
single_interaction, single gene-gene interaction table in the format of single interactions if Complexing function is called.
single_strength, single gene-gene interaction strengths if Complexing function is called.
single_pvalue, single gene-gene interaction p-values of interactions strengths if Complexing function is called.
unmerged_strength, unmerged interaction strenghts if Merging function is called.
unmerged_pvalue, unmerged interaction p-values if Merging function is called.
..., additional slots for future use.
commandNested list of commands and scMatchmaker version used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.