plot_seqlogo: plotting sequence logo

View source: R/main_splinter.R

plot_seqlogoR Documentation

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))

dianalow/SPLINTER documentation built on March 28, 2024, 2:07 p.m.