DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
4+5 =
Submit