full2simple: Convert encoding from full to simple format

Description Usage Arguments Examples

View source: R/degenerate.R

Description

Converts an encoding from the full format to the simple format.

Usage

1

Arguments

x

encoding.

Examples

1
2
3
4
5
aa1 = list(`1` = c("g", "a", "p", "v", "m", "l", "i"), 
           `2` = c("k", "h"), 
           `3` = c("d", "e"), 
           `4` = c("f", "r", "w", "y", "s", "t", "c", "n", "q"))
full2simple(aa1)

biogram documentation built on March 31, 2020, 5:14 p.m.