powered by
Plot logo-like graphs for visualising of nucleotide or amino acid motif sequences / profiles.
vis.logo(.data, .replace.zero.with.na = T, .jitter.width = 0.01, .jitter.height = 0.01, .dodge.width = 0.15)
Output from the kmer.profile function.
kmer.profile
if T then replace all zeros with NAs, therefore letters with zero frequency wont appear at the plot.
Parameters to position_jitterdodge for aligning text labels of letters.
position_jitterdodge
ggplot2 object
# NOT RUN { d <- kmer_profile(c('CASLL', 'CASSQ', 'CASGL')) vis.logo(d) # }
Run the code above in your browser using DataLab