genotyping_techs_tbl {gwasrapidd} | R Documentation |
Creates a genotyping technologies table.
Description
Creates a genotyping technologies table.
Usage
genotyping_techs_tbl(
study_id = character(),
genotyping_technology = character()
)
Arguments
study_id |
GWAS Catalog study accession identifier. |
genotyping_technology |
Genotyping technology. |
Value
A tibble
whose columns are the named arguments
to the function.
[Package gwasrapidd version 0.99.18 Index]