Learn R Programming

GenTag (version 1.0)

escombination: Empty synonym combination

Description

Find synonyms of a sequence with code for empty tag.

Usage

escombination(row_under_review, emptyname,
g1 = NA, g2 = NA, g3 = NA, g4 = NA, g5 = NA, g6 = NA)

Arguments

row_under_review

Color sequence to be analyzed.

emptyname

Code used to define empty code.

g1

Group of tags from group 1.

g2

Group of tags from group 2.

g3

Group of tags from group 3.

g4

Group of tags from group 4.

g5

Group of tags from group 5.

g6

Group of tags from group 6.

Value

Matrix with all synonyms

See Also

escode esdataset

Examples

Run this code
# NOT RUN {
# Example of a full sequence
combination<- c("EMPTY","Red","Yellow","Red","Blue","Green")  # See synonym for the full sequence
escombination(combination,"EMPTY",g1=1:3,g2=4:6)
# }

Run the code above in your browser using DataLab