View source: R/genotypeToCharacter.R
| pasteSorted | R Documentation | 
Read a configuration file
pasteSorted(a, b, sep="/")
| a | vector 1 | 
| b | vector 2 | 
| sep | a character string to separate the terms. | 
A character vector of the concatenated values, sorted pairwise.
Stephanie Gogarten
paste
a <- c("A","C","G","T")
b <- c("C","A","T","G")
pasteSorted(a,b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.