View source: R/class-associations.R
loci_tbl | R Documentation |
Creates a loci table.
loci_tbl(
association_id = character(),
locus_id = integer(),
haplotype_snp_count = integer(),
description = character()
)
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. |
A tibble
whose columns are the named arguments
to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.