Description Usage Arguments Value
the actual plotting function for rlePlot
1 2 3 4 5 6 | rlePlot_helper(
count_df,
log2_transformed_flag,
title,
gene_id_path = Sys.getenv("GENE_ID_PATH")
)
|
count_df |
counts in gene x sample |
log2_transformed_flag |
boolean where TRUE indicates the counts are in log2 space |
title |
title of the output plot |
gene_id_path |
path to gene_ids. Default set to read from Sys.getenv("GENE_ID_PATH") |
a ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.