Description Usage Arguments Value Examples
Finds differentially expressed genes, records adjusted P-value and filters
for values less than max_p
.
1 | process_input_seurat(seurat, clst_1, clst_2 = NULL, max_p = 0.05)
|
seurat |
Seurat object |
clst_1 |
first cluster |
clst_2 |
optional: second cluster; default all others |
max_p |
P-value cutoff, only genes with P-values less than this will be returned |
tibble: "gene" gene names "value" gene values
1 2 3 4 | seu_path <- system.file("extdata", "ex_seurat.rds", package = "glacier")
seurat <- readRDS(seu_path)
input <- process_input_seurat(seurat, 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.