getAlphabetFromCharacters: returns the alphabet which fits to the given characters

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

returns the alphabet which fits to the given characters

Usage

1

Arguments

characters

a character vector of characters

Value

an alphabet of type Alphabet

Examples

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

DiffLogo documentation built on Nov. 8, 2020, 6:09 p.m.