├── Cinterface.cpp ├── Cinterface.h ├── LICENSE ├── Makefile ├── README.md ├── alloc.cpp ├── alloc.h ├── asort.cpp ├── asort.h ├── evalAdmix.cpp ├── evalAdmix.h ├── extractors.cpp ├── extractors.h ├── filereader_and_conversions.cpp ├── filereader_and_conversions.h ├── ngsevalAdmix.cpp ├── ngsevalAdmix.h ├── types.h └── visFuns.R /Cinterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/Cinterface.cpp -------------------------------------------------------------------------------- /Cinterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/Cinterface.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/README.md -------------------------------------------------------------------------------- /alloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/alloc.cpp -------------------------------------------------------------------------------- /alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/alloc.h -------------------------------------------------------------------------------- /asort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/asort.cpp -------------------------------------------------------------------------------- /asort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/asort.h -------------------------------------------------------------------------------- /evalAdmix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/evalAdmix.cpp -------------------------------------------------------------------------------- /evalAdmix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/evalAdmix.h -------------------------------------------------------------------------------- /extractors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/extractors.cpp -------------------------------------------------------------------------------- /extractors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/extractors.h -------------------------------------------------------------------------------- /filereader_and_conversions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/filereader_and_conversions.cpp -------------------------------------------------------------------------------- /filereader_and_conversions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/filereader_and_conversions.h -------------------------------------------------------------------------------- /ngsevalAdmix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/ngsevalAdmix.cpp -------------------------------------------------------------------------------- /ngsevalAdmix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/ngsevalAdmix.h -------------------------------------------------------------------------------- /types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/types.h -------------------------------------------------------------------------------- /visFuns.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenisGE/evalAdmix/HEAD/visFuns.R --------------------------------------------------------------------------------