Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Toxo implementation and its documentation
Squashed commit of the following: commit ab35f1a Author: Christian Ponte <[email protected]> Date: Tue Jan 22 08:05:47 2019 +0100 Include suggestions from Maria J. Martín and Jorge González commit a427bb7 Author: Christian Ponte <[email protected]> Date: Mon Jan 21 14:26:40 2019 +0100 Minor changes in readme commit dffc4ef Author: Christian Ponte <[email protected]> Date: Mon Jan 21 13:39:22 2019 +0100 Replace math expressions with dinamically generated images commit a73214d Author: Christian Ponte <[email protected]> Date: Mon Jan 21 13:09:27 2019 +0100 Update README Added installation instructions, usage notes, and classes documentation. commit 2b4154a Author: Christian Ponte <[email protected]> Date: Fri Jan 18 13:45:45 2019 +0100 Update PTable class documentation commit 1ee0c18 Author: Christian Ponte <[email protected]> Date: Fri Jan 18 13:30:44 2019 +0100 Update generate_models sample script with Model and PTable changes commit abcadfa Author: Christian Ponte <[email protected]> Date: Fri Jan 18 13:29:54 2019 +0100 Remove unused private static method counter commit b5b993e Author: Christian Ponte <[email protected]> Date: Fri Jan 18 13:28:16 2019 +0100 Change PTable text output format to csv to be consistent with Model input format commit fb17906 Author: Christian Ponte <[email protected]> Date: Fri Jan 18 13:06:53 2019 +0100 Change PTable implementation -PTable no longer stores the penetrance values using double precision, instead the symbolic expressions are used internally. -Simplified static methods for formatting ID. -Changed how the calculated Model variable values are stored in PTable, using a Map object instead of direct variables. commit a882fb9 Author: Christian Ponte <[email protected]> Date: Fri Jan 18 13:05:03 2019 +0100 Fix the multiple solutions problem in find_max_prevalence and find_max_heritability Model methods commit 7d4ef26 Author: Christian Ponte <[email protected]> Date: Fri Jan 18 12:16:40 2019 +0100 Modify genotype_probabilities to use symbolic expressions for fractions, avoiding losses in decimal precision commit a383958 Author: Christian Ponte <[email protected]> Date: Thu Jan 17 13:49:27 2019 +0100 Update PTable class constructor and variable names commit 899b416 Author: Christian Ponte <[email protected]> Date: Thu Jan 17 10:45:13 2019 +0100 Rename PT class to PTable for simplicity commit 764e117 Author: Christian Ponte <[email protected]> Date: Thu Jan 17 10:43:11 2019 +0100 Rewrite find_max_prevalence method commit 79857b1 Author: Christian Ponte <[email protected]> Date: Thu Jan 17 10:31:50 2019 +0100 Rewrite find_max_heritability method commit 5d9b109 Author: Christian Ponte <[email protected]> Date: Thu Jan 17 09:04:20 2019 +0100 Move genotype_probabilities function outside of class Model commit 6856efa Author: Christian Ponte <[email protected]> Date: Wed Jan 16 14:30:37 2019 +0100 Update Model class constructor commit 423ca15 Author: Christian Ponte <[email protected]> Date: Wed Jan 16 13:46:18 2019 +0100 Reformated model files as csv commit d3dfa5a Author: Christian Ponte <[email protected]> Date: Mon Nov 26 14:28:27 2018 +0100 Add basic README commit 391f800 Author: Christian Ponte <[email protected]> Date: Mon Nov 26 13:15:07 2018 +0100 Add sample script commit 3705ba2 Author: Christian Ponte <[email protected]> Date: Mon Nov 26 13:14:24 2018 +0100 Fix bad MException ID in Model commit 0812fe1 Author: Christian Ponte <[email protected]> Date: Mon Nov 26 13:02:47 2018 +0100 Add name property to Model commit e743920 Author: Christian Ponte <[email protected]> Date: Mon Nov 26 12:31:17 2018 +0100 Add documentation to class PT commit 40be863 Author: Christian Ponte <[email protected]> Date: Mon Nov 26 11:18:39 2018 +0100 Add header to all models with author reference commit 03af8cb Author: Christian Ponte <[email protected]> Date: Mon Nov 26 11:11:55 2018 +0100 Add documentation to Model class, allow comments in model file commit 19be981 Author: Christian Ponte <[email protected]> Date: Mon Nov 26 11:11:38 2018 +0100 Add documentation to function nfold commit ca50e5f Author: Christian Ponte <[email protected]> Date: Mon Nov 26 09:00:53 2018 +0100 Add find_max_heritability method to Model class commit d5d9beb Author: Christian Ponte <[email protected]> Date: Mon Nov 26 08:47:54 2018 +0100 Fix penetrance table output format -Added more digits to decimal numbers -Fixed genotype string error in plaintext output commit dea1087 Author: Christian Ponte <[email protected]> Date: Fri Nov 23 18:22:17 2018 +0100 Create class Model, encapsulating model operations commit 878fb34 Author: Christian Ponte <[email protected]> Date: Fri Nov 23 18:21:56 2018 +0100 Create class PT, encapsulating all penetrance table operations commit 82f8539 Author: Christian Ponte <[email protected]> Date: Fri Nov 23 18:21:32 2018 +0100 Create function nfold commit b66b9df Author: Christian Ponte <[email protected]> Date: Fri Nov 23 13:02:26 2018 +0100 Add sample epistatic models from Marchini et al. 2005 for second, third and fourth order commit 4876875 Author: Christian Ponte <[email protected]> Date: Fri Nov 23 10:39:52 2018 +0100 Add .gitattributes commit 2e7cdc3 Author: Christian Ponte <[email protected]> Date: Fri Nov 23 10:38:11 2018 +0100 Add .gitignore
- Loading branch information