int2chr: Convert chromosome from integer to string

Description Usage Arguments Value Examples

Description

Convert chromosome from integer to string.

Usage

1

Arguments

x

Integer vector with chromosomes to be converted to strings.

Value

Returns chromosomes associated with integer values in x as character vector.

Examples

1
2
3
library(genFun)

int2chr(c(1:3, 23:25))

cbaumbach/genFun documentation built on May 13, 2019, 1:47 p.m.