Description Usage Arguments Value
Plot structure map from sliding windows folding results.
1 2 3 4 5 6 7 8 9 | plot_structure_map(
windowed_folds,
utr5_lims = NULL,
utr3_lims = NULL,
num_facets = 1,
freq_cutoff = 0.5,
prob_cutoff = 0.9,
plot_list = c("entropy", "bpp", "orf", "utr")
)
|
windowed_folds |
List of |
utr5_lims |
Vector of lower and upper limits of UTR 5'. |
utr3_lims |
Vector of lower and upper limits of UTR 3'. |
num_facets |
Number of facets or splits. |
freq_cutoff |
Frequency cut-off. |
prob_cutoff |
Probability cut-off. |
plot_list |
List of plots to display. Options are |
A patchwork
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.