gatk-3.8/scala/qscript/oneoffs
chartl 9ca1dd5d62 Miscellaneous changes:
- RefMetaDataTracker: grabbing variant contexts given a prefix (not sure where else this was implemented, if someone can show me I'll remove it)
 - VCFUtils: grabbing VCF headers given a prefix 
 - MathUtils: Useful functions for calculating statistics on collections of Numbers
 - VariantAnnotator: Made isUniqueHeaderLine a public static method -- maybe this should go into a different class. Not sure.
 - Associations: PluginManager now used to propagate classes, implementations for Z,T,U tests, slight alteration to format to make the objects stored
      in the window optionally different from those returned by whatever statistic is run across the window
Added:
 - MannWhitneyU. Started to fix up WilcoxonRankSum but there are comments in there questioning the validity of some of the code, and I'm sure that
    it's actually doing a U test. This implementation includes the direct calculation of p-values for small sample sizes, and a uniform approximation
    for when one of the sample sets is small, and the other large. Unit tests to follow.
 - BootstrapCallsMerger: takes n VCFs which have been called on the same samples; merges them together while averaging the annotations
 - BootstrapCalls.q: qscript for testing the effectiveness of boostrap low-pass calling on the exome
 


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5372 348d0f76-0448-11de-a6fe-93d51630548a
2011-03-03 22:43:36 +00:00
..
carneiro quick and dirty 'close your eyes' solution to run the papuans over the weekend. Will be properly fixed soon. 2011-03-03 21:42:22 +00:00
chartl Miscellaneous changes: 2011-03-03 22:43:36 +00:00
delangel Script for calling indels in all phase 1 samples - VQSR part still needs work but raw calling is done 2011-01-22 14:07:10 +00:00
depristo Class name to reflect actual file name. manySampleUGPerformance now operates on 1000 samples! 2011-02-26 23:36:04 +00:00
fromer Added GC content calculator for CNV data 2011-02-14 22:29:55 +00:00
hanna Refactoring the qscript directory; oneoffs, playground, and core 2011-01-19 15:23:40 +00:00
kshakir Removed deprecated getDbsnpFile. 2011-02-08 21:12:15 +00:00
rpoplin Following Ryan's suggestion, I am moving the Methods Development Calling pipeline to the Core. 2011-02-10 17:36:05 +00:00
QTools.q Generalized association is now working. Output is in a horrific format. Implementation of T-testing. Improvements are to look for classes dynamically (a la VariantEval/VariantAnnotator), beautify output, and do optimizations where they exist. 2011-03-01 01:23:37 +00:00