plot_codon_usage_bulk_rmd | R Documentation |
This function generates iteratively all bulk codon usage bar plots;
iteration over originating compartments, read length, and data type (codon count, read count, codon-read count ratio).
These plots are displayed in the Ribo-seQC report in section 8.
plot_codon_usage_bulk_rmd(data, sample = "", output_rds_path = "")
data |
Object (list of lists) generated by |
sample |
String; sample name (selected from the input names
given in the |
output_rds_path |
String; full path to output folder for RDS object files created by this function. Defaults to NOT save RDS; to save RDS, provide path to destination folder. |
This function returns iteratively all bulk codon usage plots for the html report and saves the same plots as RDS object file.
Dominique Sydow, dominique.sydow@posteo.de
create_html_report
, get_metagene_data
, plot_metagene_hm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.