getAlphabetFromCharacters {DiffLogo}R Documentation

returns the alphabet which fits to the given characters

Description

returns the alphabet which fits to the given characters

Usage

getAlphabetFromCharacters(characters)

Arguments

characters

a character vector of characters

Value

an alphabet of type Alphabet

Examples

alphabet = getAlphabetFromSequences(c("A","A","C","C","G","G","T","T"))

[Package DiffLogo version 2.18.0 Index]