plot_codon_usage_positional_rmd: Plot positional codon usage heatmaps within the RMarkdown...

View source: R/riboseqc.R

plot_codon_usage_positional_rmdR Documentation

Plot positional codon usage heatmaps within the RMarkdown document

Description

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.

Usage

plot_codon_usage_positional_rmd(data, sample = "",
  output_rds_path = "")

Arguments

data

Object (list of lists) generated by RiboseQC_analysis: res_all.

sample

String; sample name (selected from the input names given in the input_sample_names parameter of create_html_report).

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.

Value

This function returns iteratively all positional codon usage plots for the html report and saves the same plots as RDS object file.

Author(s)

Dominique Sydow, dominique.sydow@posteo.de

See Also

create_html_report


ohlerlab/RiboseQC documentation built on Aug. 15, 2023, 7:30 a.m.