Learn R Programming

gglogo (version 0.1.5)

splitSequence: Reshape data set according to elements in sequences

Description

prepare data set for plotting in a logo

Usage

splitSequence(dframe, sequences)

Arguments

dframe

data frame of peptide (or any other) sequences and some treatment factors

sequences

column containing the character vector of (peptide) sequence

Examples

Run this code
# NOT RUN {
data(sequences)
dm2 <- splitSequence(sequences, peptide)
# }

Run the code above in your browser using DataLab