loci_tbl {gwasrapidd} | R Documentation |
Creates a loci table.
Description
Creates a loci table.
Usage
loci_tbl(
association_id = character(),
locus_id = integer(),
haplotype_snp_count = integer(),
description = character()
)
Arguments
association_id |
A character vector of association identifiers. |
locus_id |
An integer vector of locus identifiers. |
haplotype_snp_count |
An integer vector indicating the number of variants in the haplotype. |
description |
A character vector of descriptions, one per locus identifier. |
Value
A tibble
whose columns are the named arguments
to the function.
[Package gwasrapidd version 0.99.18 Index]