findCDIMarkers.Rd
Calculate feature co-dependency index (CDI).
findCDIMarkers(
object,
features.x = NULL,
features.y = rownames(object),
ncell.subset = 5000,
geosketch.subset = F,
assay = DefaultAssay(object),
slot = "data",
n.workers = 1,
verbose = T
)
Seurat object
feature or meta feature. CDI between features.x and features.y are computed.
feature or meta feature. CDI between features.x and features.y are computed.
max number of cells to run analysis on. Default is 5000. Computationally intensive for larger datasets.
Use GeoSketch method to subsample scRNA-seq data while preserving rare cell states (https://doi.org/10.1016/j.cels.2019.05.003). Logical, T or F (Default F). Recommended if cell type representation is imbalanced.
Assay to run CDI scoring on. Default is DefaultAssay(object).
slot to run CDI scoring on. Default is data.
number of workers for parallel implementation. Default is 1 (no parallel).
print progress. Default is T.
data.frame with CDI scores.