Learn R Programming

gwasrapidd (version 0.99.17)

bind: Bind GWAS Catalog objects

Description

Binds together GWAS Catalog objects of the same class. Note that bind() preserves duplicates whereas union does not.

Usage

bind(x, ...)

Value

An object of the same class as x.

Arguments

x

An object of class: studies, associations, variants, or traits.

...

Objects of the same class as x.

Examples

Run this code
# Join two studies objects.
bind(studies_ex01, studies_ex02)

# Join two associations objects.
bind(associations_ex01, associations_ex02)

# Join two variants objects.
bind(variants_ex01, variants_ex02)

# Join two traits objects.
bind(traits_ex01, traits_ex02)

Run the code above in your browser using DataLab