read_merlin_fampar: Read MERLIN 'fam.par'

Description Usage Arguments Value Examples

Description

Read the .par file output by MERLIN.

Usage

1
2
read_merlin_fampar(fname, chrom = as.numeric(sub(".*merlin_(\\d{1,2})_.*",
  "\\1", fname)), verbose = TRUE)

Arguments

fname

The file name to read.

chrom

The chromosome number for this file. This is the number in the filename following "merlin_" e.g. for "merlin_13_famA.par" it will be 13.

verbose

Value

A data.frame with the columns

Examples

1
read_merlin_fampar("merlin_13_famA.par")

bahlolab/linkrvis documentation built on May 11, 2019, 5:25 p.m.