top_markers_dds.Rd
Useful summary of the most distinguishing features in each group.
top_markers_dds(res, n = 10, pval_max = 1, padj_max = 1, lfc_min = 1)
table returned by pseudobulk_deseq2() function.
number of markers to find for each.
filter features with pval > pval_max.
filter features with padj > padj_max.
filter features with log2FoldChange < lfc_min
@return table with the top n markers for each cluster.