View source: R/visualization.R
plot_indel_binding | R Documentation |
Plot the indel binding for both reference and mutated alleles.
plot_indel_binding(indel_info, motif_scores, motif)
indel_info |
A list of length 1 containing the indel information. See indel_info for details and an example. |
motif_scores |
A list of the same structure as the '$list' field in the
output of |
motif |
A list of length 1 containing the motif PWM. The name of this element is the motif name. |
Qinyi Zhou qinyi.zhou@utdallas.edu, Sunyoung Shin sunyoung.shin@utdallas.edu
## Not run: data(example)
motif_scores <- indel_motif_scores(motif_lib, indel_info)$list
plot_indel_binding(
indel_info[1],
motif_scores,
motif_lib[1]
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.