findScranMarkers_one_vs_all
¶
findScranMarkers_one_vs_all
Description¶
Identify marker feats for all clusters in a one vs all manner based on scran’s implementation of findMarkers.
Usage¶
findScranMarkers_one_vs_all(
gobject,
spat_unit = NULL,
feat_type = NULL,
expression_values = c("normalized", "scaled", "custom"),
cluster_column,
subset_clusters = NULL,
pval = 0.01,
logFC = 0.5,
min_feats = 10,
min_genes = NULL,
verbose = TRUE,
...
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
spatial unit |
|
feature type |
|
feat expression values to use |
|
clusters to use |
|
subset of clusters to use |
|
filter on minimal p-value |
|
filter on logFC |
|
minimum feats to keep per cluster, overrides pval and logFC |
|
deprecated, use min_feats |
|
be verbose |
|
additional parameters for the findMarkers function in scran |
Value¶
data.table with marker feats
Seealso¶
``findScranMarkers` <#findscranmarkers>`_