plot_codon_usage_positional_rmd | R Documentation |
This function generates iteratively all positional codon usage heatmaps;
iteration over originating compartments, read length, data type (codon count, read count, codon-read count ratio),
and scaling method (none, log2, zscale).
These plots are displayed in the Ribo-seQC report in section 7.
plot_codon_usage_positional_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 positional 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.