Skip to content

yaoxkkkkk/Population-structure-analysis-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Population structure analysis pipeline

A pipeline using SNP variant information to conduct population structure analysis.

image

Dependent software/script

  • PLINK1.9
  • VCF2PCACluster
  • ADMIXTURE
  • FastTree
  • VCFtools
  • bgzip
  • vcf2phylip

What to input

Just vcf file containing your population variant information in compressed format (vcf.gz).

Since ADMIXTURE only accpets vcf file with integer format chromosome ID (e.g. 01 for Chr01), please remember to modify your vcf file.

What the pipeline does

  • SNP vcf convert to plink format
  • SNP pruned according to LD block
  • PCA cluster
  • ADMIXTURE analysis
  • Phylogenic tree construction

What to output

  • PCA eigen principle component file (used for PCA plot)
  • Tree file in nwk format
  • ADMIXTURE Q file and P file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages