Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Releases: choishingwan/GreedyRelated

Function update

04 Mar 19:26
Compare
Choose a tag to compare

Update log

  • Now allow plink file format
  • Allow user to specify which samples to keep

Modernization of Script

30 Jan 23:16
Compare
Choose a tag to compare

Update Log

  • Replace random number generator with C++11 random library

Fix edge case

20 Jul 15:24
Compare
Choose a tag to compare

Update log

  • Previous version cannot handle cases where two individual are tie with the number of related samples
  • When tie is observed, we will do the following
    • If sample phenotype is provided, always remove sample with lower phenotype (i.e. if sample A has phenotype of 0.1 and sample B has phenotype of 0.2, we will remove sample A)
    • if no phenotype is provided, we will remove samples randomly.
    • You can reproduce the same results by specifying the --seed option

Speed up

20 Jul 13:33
Compare
Choose a tag to compare

Update on Algorithm

We try to localise all the sort operation, thus increase the speed drastically

GreedyRelated

18 Jul 16:20
Compare
Choose a tag to compare

Try to allow DOI citation

GreedyRelated

18 Jul 13:30
Compare
Choose a tag to compare

A simple program for removing related samples based on a greedy algorithm.