getAlphabetFromSequences {DiffLogo}R Documentation

returns the alphabet which fits to the given sequences

Description

returns the alphabet which fits to the given sequences

Usage

getAlphabetFromSequences(sequences)

Arguments

sequences

a character vector of sequences

Value

an alphabet of type Alphabet

Examples

alphabet = getAlphabetFromSequences("AACCGGTT")

[Package DiffLogo version 2.18.0 Index]