Skip to content

A MATLAB toolbox for inferring number of sub-populations based on genotype information

Notifications You must be signed in to change notification settings

zhonghualiu/ERStruct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ERStruct

A MATLAB toolbox for inferring number of sub-populations based on genotype information

Data files requirements

Data files must be of .mat format. The data matrix inside must with 0,1,2 and NaN (for missing values) only, the rows represent indivials and columns represent markers. If there are more than one data files, the data matrix inside must with the same number of rows. (Try spliting the data files into smaller ones if out of memory error occures)

Examples

% Using example data files inside the toolbox folder
ERStruct(2504, '.', ["test_chr21","test_chr22"], 10000, 1e-4, 10)

Othehr details

Please refer to our paper

ERStruct: An Eigenvalue Ratio Approach to Inferring Population Structure in Sequencing Data

About

A MATLAB toolbox for inferring number of sub-populations based on genotype information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published