| vis_immunr_kmer_profile_main | R Documentation |
vis_immunr_kmer_profile_main(.data, .plot, ...)
.data |
Kmer data, an output from kmer_profile. |
.plot |
String specifying the plot type:
|
... |
Other arguments passed to vis_textlogo or vis_seqlogo, depending on the ".plot" argument. |
A ggplot2 object.
## Not run:
data(immdata)
getKmers(immdata$data[[1]], 5) %>%
kmer_profile() %>%
vis("seqlogo")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.