Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

generate all possible combinations of a set of characters r

x <- c("T", "A", "C", "G")

do.call(expand.grid, rep(list(x), 3))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #generate #combinations #set #characters
ADD COMMENT
Topic
Name
1+1 =