-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
21 lines (20 loc) · 946 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2012-02-27, v1.0
Initial public release
* Command-line tool with several primary modes
* Regression GAIN calculation, including combining SNPs and numeric
attributes in an integrative analysis
* Single nucleotide polymorphism rank (SNPrank)
* Evaporative Cooling (EC) machine learning feature selection
* PLINK data formats, filtering, and several PLINK command-line
options supported
2012-09-10, v1.1
* Fix bug in Benjamini Hochberg FDR pruning threshold and R script
output
* --component-matrices flag for writing component matrices for integrative
analyses (GWAS + additional domains of biological data)
* includes SNPxSNP (.snp.regain), NumericxNumeric (.num.regain), integrative
(.int.regain), and entire block matrix (.block.regain)
* Allow numeric-only analyses without requiring a GWAS data file as input
* note: Numeric-only requires an accompanying PLINK format alternate phenotype
file
* Update EC function for --ec and --gain modes