Hey Guys

Getting spinned about a slick way to join every 2 entry in a list / vector
in R

x=(rep(c('A','G','C','T'),1000))

A G C T  A G C T etc

form another list with entries as
AG CT AG etc

so join the first 2 and so on.

Thanks!'
'-Abhi

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to