get_metagene_data | R Documentation |
This function processes profile data generated by RiboseQC_analysis
.
This data is used as input in plot_metagene_hm
to generate plot for the Ribo-seQC report in section 4.1/4.3.
get_metagene_data(data, profile_type, res, comp)
res |
Resolution (subcodon or bins) |
comp |
String for originating compartment |
profiles |
5' or P-site profile data generated by |
This function returns data profile_data
as list(data_single, data_all, res)
with profile data
for all read lengths individually (profile_data[1]]
is data_single
) and
for all read lenghts summarized (profile_data[[2]]
is data_all
).
with different scaling: no scaling (none
), log2 scaling (log2
), and z scoring (zscore
),
accessable via e.g. profile_data[[1]]$none
or profile_data[[2]]$zscore
.
profile_data[[3]]
saves the resolution type res
for later use during plotting.
profile_data[[4]]
stores information on whether data represents 5' or P site profiles (profile_type
)
for later use during plotting.
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.