plot_metagene_hm | R Documentation |
This function plots a 5' or P-site profiles for all read lengths as heatmap
(for a specific originating compartment, resolution type, and scaling method).
This plot is used in the Ribo-seQC report in section 4.1/4.3.
plot_metagene_hm(metagene_data, scal, sample = "",
output_rds_path = "")
scal |
Scaling method:
no scaling ( |
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 |
Profile data for a specific originating compartment and resolution type,
generated using |
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.