R/quality.R
top_gene_plot.Rd
This function plots the most expressed genes.
top_gene_plot(object, assay_name)
(AnyHermesData) contains RNA-seq values for one experiment.
AnyHermesData
(string) the assay to define the groups.
string
Plot to be displayed in the teal app.
library(hermes) object <- HermesData(summarized_experiment) result <- top_gene_plot(object, assay_name = "counts")