Skip to content

ymer/Plink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Plink

Manipulate plink files from python

Reads plink files to python. Can read .ped files, binary files and dosage files.

Example:

inds, snps = plink.read_plink('filename')

print len(snp for snp in snps if snp.chr == 1)

About

Manipulate plink files from python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages