pivot_FindAllMarkers_wider | R Documentation |
Takes output of FindAllMarkers
, filters down to significant genes,
then builds a wide table of top markers for each ident specified
pivot_FindAllMarkers_wider(
markers,
pval = p_val_adj,
pval_thresh = 0.05,
log2FC = avg_log2FC,
ident = cluster
)
markers |
Seurat object |
pval |
pval var (default: p_val_adj) |
pval_thresh |
p value filtering threshold (default: 0.05) |
log2FC |
log2 fold change var (default: avg_log2FC) |
ident |
identity var (default: cluster) |
tibble of top markers per ident, all genes meeting p-value threshold, ordered by top log2FC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.