Description Usage Arguments Value Examples
Plot logo-like graphs for visualising of nucleotide or amino acid motif sequences / profiles.
1 2 3 4 5 6 7  | vis.logo(
  .data,
  .replace.zero.with.na = T,
  .jitter.width = 0.01,
  .jitter.height = 0.01,
  .dodge.width = 0.15
)
 | 
.data | 
 Output from the   | 
.replace.zero.with.na | 
 if T then replace all zeros with NAs, therefore letters with zero frequency wont appear at the plot.  | 
.jitter.width, .jitter.height, .dodge.width | 
 Parameters to   | 
ggplot2 object
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.