plot_seqlogo {SPLINTER}R Documentation

plotting sequence logo

Description

Plots the sequence logo of a given set of FASTA sequences

Usage

plot_seqlogo(fasta_seq)

Arguments

fasta_seq

DNAStringSet or path to fasta-formatted file

Value

sequence logo image

Author(s)

Diana Low

Examples

head(splice_fasta)
plot_seqlogo(Biostrings::DNAStringSet(splice_fasta$V2))

[Package SPLINTER version 1.20.0 Index]