R/downstream.R
FindAllDEGs.Rd
FindAllDEGs(
spe,
use_cluster = "clusters",
features = NULL,
logfc.threshold = 0.25,
only.pos = FALSE,
test.use = "wilcox",
...
)
A SpatialExperiment object with cluster labels for each cell/spot in colData.
a string, the name in colData denoting the cluster labels.
a string vector, specify the gene list to do differential gene expression analysis.
a real, the threshold of log fold change to determine which genes are returned.
a logical value, whether only return the genes with positive log fold change.
a string, the test to use.
other arguments pass to FindAllMarkers
.
return a dataframe with the DEG analysis results.