profile_plot | R Documentation |
Profile Plot
profile_plot(
sig_list = NULL,
color = NULL,
condition = NULL,
condition_colors = NULL,
collapse_replicates = FALSE,
plot_se = FALSE,
line_size = 1,
legend_fs = 1,
axis_fs = 1
)
sig_list |
Output generated from profile_extract |
color |
Manual colors for each bigWig. Default NULL. |
condition |
Default. Condition associated with each bigWig. Lines will colord accordingly. |
condition_colors |
Manual colors for each level in condition. Default NULL. |
collapse_replicates |
Default FALSE. If TRUE and when 'condition' is given, collapse signals samples belonging to same condition |
plot_se |
Default FALSE. If TRUE plots standard error shading |
line_size |
Default 1 |
legend_fs |
Legend font size. Default 1 |
axis_fs |
Axis font size. Default 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.