View source: R/scrnaseq_functions.R
find_markers | R Documentation |
Find markers for groups in a Seurat object
find_markers(
seu,
group_by = NULL,
group_oi = NULL,
group_ref = NULL,
assay = NULL,
slot = "data",
logfc_thresh = 0.1,
min_pct = 0.1,
padj_thresh = 0.05,
test_use = "wilcox",
rename = TRUE,
n_cores = 1,
...
)
... |
get_seu_dataset() |> find_markers(group_by = "seurat_annotations", logfc_thresh = 1, min_pct = 0.5, padj_thresh = 0.05)
get_seu_dataset() |> find_markers(group_by = "seurat_annotations", group_oi = "DC", group_ref = "NK")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.