associations {gwasrapidd} | R Documentation |
Constructor for the S4 associations object.
Description
Constructor for the S4 associations object.
Usage
associations(
associations = associations_tbl(),
loci = loci_tbl(),
risk_alleles = risk_alleles_tbl(),
genes = reported_genes_tbl(),
ensembl_ids = ensembl_ids_tbl(),
entrez_ids = entrez_ids_tbl()
)
Arguments
associations |
An |
loci |
A |
risk_alleles |
A |
genes |
A |
ensembl_ids |
A |
entrez_ids |
A |
Value
An object of class associations.
[Package gwasrapidd version 0.99.18 Index]