makestr: Paste a list of SNPs in a consistent way to create a model...

Description Usage Arguments Value Examples

Description

Paste a list of SNPs in a consistent way to create a model name

Usage

1

Arguments

x

character vector

Value

character object

Examples

1
2
3
4
5
6
SNPS1 <- sample(letters[1:10])
SNPS2 <- sample(letters[1:10])
SNPS1
SNPS2
GUESSFM:::makestr(SNPS1)
GUESSFM:::makestr(SNPS2)

chr1swallace/GUESSFM documentation built on May 13, 2019, 6:17 p.m.