loci_tbl: Creates a loci table.

View source: R/class-associations.R

loci_tblR 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.


ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.