Learn R Programming

GWASTools (version 1.18.0)

pasteSorted: Paste two vectors sorted pairwise

Description

Read a configuration file

Usage

pasteSorted(a, b, sep="/")

Arguments

a
vector 1
b
vector 2
sep
a character string to separate the terms.

Value

A character vector of the concatenated values, sorted pairwise.

See Also

paste

Examples

Run this code
a <- c("A","C","G","T")
b <- c("C","A","T","G")
pasteSorted(a,b)

Run the code above in your browser using DataLab