View source: R/Class-SimParam.R
| findLociMapSuperset | R Documentation |
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.
findLociMapSuperset(lociMap1, lociMap2)
lociMap1 |
a |
lociMap2 |
a second |
NULL if locMap1 is a superset, or a LociMap-class if it
is not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.