splitSequence: Reshape data set according to elements in sequences

View source: R/logos.r

splitSequenceR Documentation

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

data(sequences)
dm2 <- splitSequence(sequences, peptide)

heike/gglogo documentation built on Feb. 3, 2024, 1:45 p.m.