Differential expression analysis of supep-cell data. Most of the parameters are the same as in Seurat FindAllMarkers (for simplicity)
supercell_FindAllMarkers(
ge,
clusters,
supercell_size = NULL,
genes.use = NULL,
logfc.threshold = 0.25,
min.expr = 0,
min.pct = 0.1,
seed = 12345,
only.pos = FALSE,
return.extra.info = FALSE,
do.bootstrapping = FALSE
)
list of results of supercell_FindMarkers
gene expression matrix for super-cells (rows - genes, cols - super-cells)
a vector with clustering information (ordered the same way as in ge
)
a vector with supercell size (ordered the same way as in ge
)
set of genes to test. Defeult -- all genes in ge
log fold change threshold for genes to be considered in the further analysis
minimal expression (default 0)
remove genes with lower percentage of detection from the set of genes which will be tested
random seed to use
whether to compute only positive (upregulated) markers
whether to return extra information about test and its statistics. Default is FALSE.
whether to perform bootstrapping when computing standard error and p-value in wtd.t.test