FindCircuits | R Documentation |
Identify circuits between two timepoints
FindCircuits(
seu,
nnr,
ranked_genes,
tps,
split.by = "orig.ident",
assay.use = "SCT",
slot.use = "data",
pearson.cutoff = 0.075
)
seu |
A binned Seurat object with binning results stored in the "bins" column of the meta.data slot |
nnr |
Ligand and target ranking results from NicheNet. Currently only the output of |
ranked_genes |
Single-cell gene signatures, output from |
tps |
Character vector of two timepoints between which to find circuits. Time point identities must be in the correct sequential order. |
split.by |
Meta.data column name indicating how full dataset should be split. This corresponds to the column that contain time point information |
assay.use |
Name of assay from which to gather gene expression data |
slot.use |
Name of slot within assay from which to gather gene expression data |
pearson.cutoff |
numeric. Threshold for determining which ligand activities are "active". Ligands below this threshold will be considered inactive and not used for weighting. Default: 0.075 |
Returns a data.frame containing all single-cell level circuits between two timepoints of a dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.