plot_seqlogo {SPLINTER} | R Documentation |
Plots the sequence logo of a given set of FASTA sequences
plot_seqlogo(fasta_seq)
fasta_seq |
DNAStringSet or path to fasta-formatted file |
sequence logo image
Diana Low
head(splice_fasta) test<-Biostrings::DNAStringSet(splice_fasta$V2) plot_seqlogo(test)