Learn R Programming

AlphaSimR (version 2.0.0)

findLociMapSuperset: Find LociMap superset

Description

Compares to a LociMap-class objects to determine if the first one is a superset of the second. If it is, the function returns NULL. If it is not, the function return a LociMap-class object that is a superset of both a LociMap-class objects.

Usage

findLociMapSuperset(lociMap1, lociMap2)

Value

NULL if locMap1 is a superset, or a LociMap-class if it is not

Arguments

lociMap1

a LociMap-class that is tested to determine if it is a superset

lociMap2

a second LociMap-class that is tested