bind {gwasrapidd} | R Documentation |
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, ...)
Arguments
x |
An object of class: studies, associations, variants, or traits. |
... |
Objects of the same class as |
Value
An object of the same class as x
.
Examples
# 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)
[Package gwasrapidd version 0.99.17 Index]