writeRFmat: writes the recombination frequency matrix to a file

Description Usage Arguments Value

View source: R/writeRFmat.R

Description

This function writes the recombination frequency matrix to a file, along with the marker names in both the header row and header column. File format: 1. Comma-separated file

Usage

1
writeRFmat(filename, markerdata, rfmatrix)

Arguments

filename

- path and output filename as a string

markerdata

- main marker data file, produced by either the readfile.R/readFile function or the duplicatemarkers.R/removedups function

rfmatrix

- recombination frequency matrix, produced by the rfmatrix.R/computeRFmat function

Value

Rf matrix with marker names in the header row/column.


mckaylab/TSPmap documentation built on Aug. 19, 2021, 8:38 p.m.