plink.set.case.controls: Set cases and controls in .fam file from Plink

Description Usage Arguments Value Author(s)

View source: R/plink.set.case.controls.R

Description

Set cases and controls in .fam file from Plink

Usage

1
plink.set.case.controls(fam, cases, controls, column = "id")

Arguments

fam

Character. The name of the fam file, with or without extension.

cases

Character. The name of the text file containing desired FIDs/IDs to be set as cases (one per line).

controls

Character. The name of the text file containing desired FIDs/IDs to be set as controls (one per line).

column

Character. Tell the program if the text files contain IDs or FIDs. Only two options are possible: 'fid' or 'id'. Default set to 'id'.

Value

Overwritten file with setted case-control states.

Author(s)

CainĂ£ Max Couto-Silva


cmcouto-silva/gt documentation built on June 6, 2021, 7:14 p.m.