Skip to content

A script to identify private alleles between populations/groups

License

Notifications You must be signed in to change notification settings

KrisChristensen/PrivateAllele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PrivateAllele

A script to identify private alleles between populations/groups

Table of Contents
  1. Requirements
  2. Usage
  3. License

Requirements

This script has been tested with python 3. The script requires the following files:

   VCF file that you wish to identify private alleles from
   A population file with each line having the format: individual population

Usage

  1. Output the list of private alleles (format: Chromosome, position, population, private allele count in population):

       python PrivateAlleleIdentifier.v1.0.py -vcf file.vcf.gz -pop population.txt > PrivateAlleles.txt

       help (and further explanations): python PrivateAlleleIdentifier.v1.0.py -h

License

Distributed under the MIT License.

About

A script to identify private alleles between populations/groups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages