join2maps: Join two map dfs

Description Usage Arguments

Description

Take two maps that have been converted to df (possibly through /codemap2df()) and join them.

Usage

1
2
join2maps(map1, map2, map1markerName, map2markerName, map1distName,
  map2distName, map1lgName, map2lgName)

Arguments

map1

The data.frame for the first map.

map2

The data.frame for the second map.

map1markerName

An unquoted string defining the name for the marker column in map1.

map2markerName

An unquoted string defining the name for the marker column in map2.

map1distName

An unquoted string defining the name for the distance column in map1.

map2distName

An unquoted string defining the name for the distance column in map2.

map1lgName

An unquoted string defining the name for the linkage group column in map1.

map2lgName

An unquoted string defining the name for the linkage group column in map2.


alexwhan/genomap documentation built on May 10, 2019, 8:58 a.m.