barplot of processed score

score_barplot(top_markers, column = ".dot", f_list, n = 30)

Arguments

top_markers

output of top_markers()

column

character, specify which column used as group label

f_list

a named list of markers

n

numeric, number of returned top genes for each group

Value

ggplot object

Examples

data <- matrix(rnorm(100), 10, dimnames = list(1:10))
top_n <- top_markers(data, label = rep(c("A", "B"), 5))
score_barplot(top_n)