├── CONVERTF_EIG_to_PLINK.sh ├── CONVERTF_PLINK_to_EIG.sh ├── CONVERTF_subsetSNPs.sh ├── CONVERTF_subset_inds.sh ├── MERGEIT.sh ├── PLINK_to_VCF.sh ├── README.md ├── VCF_to_PLINK.sh ├── merge_PLINK.sh ├── merge_VCF.sh ├── mergeit_example.parfile ├── par.EIGENSTRAT.EIGENSTRAT.subset_example ├── par.EIGENSTRAT.PACKEDPED.example ├── par.PACKEDPED.EIGENSTRAT.example ├── subset_VCF.sh └── subset_plink.sh /CONVERTF_EIG_to_PLINK.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/CONVERTF_EIG_to_PLINK.sh -------------------------------------------------------------------------------- /CONVERTF_PLINK_to_EIG.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/CONVERTF_PLINK_to_EIG.sh -------------------------------------------------------------------------------- /CONVERTF_subsetSNPs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/CONVERTF_subsetSNPs.sh -------------------------------------------------------------------------------- /CONVERTF_subset_inds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/CONVERTF_subset_inds.sh -------------------------------------------------------------------------------- /MERGEIT.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/MERGEIT.sh -------------------------------------------------------------------------------- /PLINK_to_VCF.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/PLINK_to_VCF.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/README.md -------------------------------------------------------------------------------- /VCF_to_PLINK.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/VCF_to_PLINK.sh -------------------------------------------------------------------------------- /merge_PLINK.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/merge_PLINK.sh -------------------------------------------------------------------------------- /merge_VCF.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/merge_VCF.sh -------------------------------------------------------------------------------- /mergeit_example.parfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/mergeit_example.parfile -------------------------------------------------------------------------------- /par.EIGENSTRAT.EIGENSTRAT.subset_example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/par.EIGENSTRAT.EIGENSTRAT.subset_example -------------------------------------------------------------------------------- /par.EIGENSTRAT.PACKEDPED.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/par.EIGENSTRAT.PACKEDPED.example -------------------------------------------------------------------------------- /par.PACKEDPED.EIGENSTRAT.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/par.PACKEDPED.EIGENSTRAT.example -------------------------------------------------------------------------------- /subset_VCF.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/subset_VCF.sh -------------------------------------------------------------------------------- /subset_plink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACAD-UofA/Guide-to-manipulating-PLINK-EIG-and-VCF-files/HEAD/subset_plink.sh --------------------------------------------------------------------------------