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

unionR Documentation

Create a union of groups, snppicker or tags objects

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

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


jennasimit/flashfm documentation built on July 31, 2022, 7:32 p.m.