bind | R Documentation |
Binds together GWAS Catalog objects of the same class. Note that
bind()
preserves duplicates whereas
union
does not.
bind(x, ...)
x |
An object of class: studies, associations, variants, or traits. |
... |
Objects of the same class as |
An object of the same class as x
.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.