Description Usage Arguments Value Examples
Ref_Alt_Table makes the ref/alt table used
in for proper genotype coding and
QA/QC initialize_genotypeR_data.
1  | Ref_Alt_Table(markers_in_study)
 | 
markers_in_study | 
 make_marker_names output  | 
A data frame of Ref/Alt genotypes
1 2 3  | data(markers)
markers_in_study <- make_marker_names(markers)
genotype_table <- Ref_Alt_Table(markers_in_study = markers_in_study)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.