powered by
Visualise kmer profiles
vis_immunr_kmer_profile_main(.data, .plot, ...)
A ggplot2 object.
Kmer data, an output from kmer_profile.
String specifying the plot type:
- "seqlogo" for traditional sequence logo plots using vis_seqlogo;
- "textlogo" for modified approach to sequence logo plots via text labels using vis_textlogo;
Other arguments passed to vis_textlogo or vis_seqlogo, depending on the ".plot" argument.
data(immdata) getKmers(immdata$data[[1]], 5) %>% kmer_profile() %>% vis("seqlogo")
Run the code above in your browser using DataLab