ExtractPlinkVariants Workflow
Overview
This workflow extracts a specified set of variants from a PLINK binary file and generates a new set of binary files. It uses PLINK for efficient genetic data processing.
Inputs
The workflow requires the following inputs:
- PLINK Binary Files:
plink_bed
: The.bed
file of the PLINK binary dataset.plink_bim
: The.bim
file of the PLINK binary dataset.plink_fam
: The.fam
file of the PLINK binary dataset.
- Variant List
This is a companion discussion topic for the original entry at github.com/lanjiangVUMC/ExtractPlinkVariants/ExtractPlinkVariants