union: Create a union of groups, snppicker or tags objects

Description Usage Arguments Value Author(s)

Description

First, objects are converted to class groups. Then any groups which overlap are identified, and replaced by their union. Groups which do not overlap are unchanged. The combined set of groups is returned.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
union(x, y)

## S4 method for signature 'snppicker,snppicker'
union(x, y)

## S4 method for signature 'tags,tags'
union(x, y)

## S4 method for signature 'groups,groups'
union(x, y)

Arguments

x

object of class groups, snppicker or tags

y

object of same class as x

Value

object of class groups

Author(s)

Chris Wallace


chr1swallace/GUESSFM documentation built on May 13, 2019, 6:17 p.m.