pasteSorted: Paste two vectors sorted pairwise

Description Usage Arguments Value Author(s) See Also Examples

Description

Read a configuration file

Usage

1
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.

Author(s)

Stephanie Gogarten

See Also

paste

Examples

1
2
3
a <- c("A","C","G","T")
b <- c("C","A","T","G")
pasteSorted(a,b)

amstilp/GWASTools documentation built on May 10, 2019, 1:08 a.m.