print_genes | R Documentation |
Print the scaled values from plot_genes and optionally add branches from cutree
print_genes(x, cut)
x |
a tibble from |
cut |
number of branches to cut |
tibble with id, branch and rlog values used by plot_genes
Chris Stubben
x <- top_counts(pasilla$results, pasilla$rlog)
plot_genes(x, c("condition", "type"), scale="row", annotation_names_col=FALSE)
print_genes(x, cut=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.