generate_snp_data: SNP Data Generator

Description Usage Arguments Examples

Description

Takes in a plink map file and a plink ped file and creates a dataframe with headers

Usage

1
generate_snp_data(map_file, ped_file)

Arguments

map_file

The name of the .map file. Should be tab delimited with no header.

ped_file

The name of the .ped file. Should be space delimited with no header.

Examples

1
generate_snp_data("HapMap_Mito_Seq_QC_2.map","HapMap_Mito_Seq_QC_2.ped")

dcrawfo/himc documentation built on May 12, 2019, 5:24 p.m.