plot_metagene_bar | R Documentation |
This function plots a 5' or P-site profile as barplot
(for a specific originating compartment, resolution type, and read length).
This plot is used in the Ribo-seQC report in section 4.1/4.3.
plot_metagene_bar(metagene_data, rl, sample = "", output_rds_path = "")
sample |
String; sample name (selected from the input names
iven 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. |
data |
Profile data for a resolution type, specific originating compartment, and read length. |
This function returns a plot that can be integrated in the html report and that can be saved 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.