Description Usage Arguments Value Examples
View source: R/plotting_functions.r
Generate a dot-plot of expression of selected genes, facetted by selected feature
1 | hit_plotter(expression_df, feature_label)
|
expression_df |
Data frame containing expression values |
feature_label |
Label in the data frame to facet by |
p A ggplot object containing the generated plot
1 2 | df <- tibble::tibble(lab = "Label", TPM = c(10, 100, 1000), gene = c('Foo', 'Bar', 'Baz'))
hit_plotter(expression_df = df, feature_label = "lab")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.