get_markertype_combinations: Visualize and get all markertype combinations for which there...

View source: R/exported_functions.R

get_markertype_combinationsR Documentation

Visualize and get all markertype combinations for which there are functions in polymapR

Description

Visualize and get all markertype combinations for which there are functions in polymapR

Usage

get_markertype_combinations(ploidy, pairing, nonavailable_combinations = TRUE)

Arguments

ploidy

Ploidy level

pairing

Type of pairing. Either "random" or "preferential".

nonavailable_combinations

Logical. Should nonavailable combinations be plotted with grey lines?

Value

A matrix with two columns. Each row represents a function with the first and second markertype.

Examples

get_markertype_combinations(ploidy = 4, pairing = "random")

polymapR documentation built on Nov. 5, 2023, 1:09 a.m.