mk_unified_genotype_table: concatenate separate genotype vectors for each chromosome to...

View source: R/mega2rcreate.R

mk_unified_genotype_tableR Documentation

concatenate separate genotype vectors for each chromosome to one extended vector containing all the chromosomes and store it in the environment.

Description

The genotype_table data frame contains for each person a separate record for each chromosome. Concatenate all the separate records for each person in chromosome order and make a data frame of these vectors. Note: Genotype vectors are "raw" (byte) vectors.

Usage

mk_unified_genotype_table(envir)

Arguments

envir

an environment that contains all the data frames created from the SQLite database.

Value

None


Mega2R documentation built on May 29, 2024, 1:14 a.m.