Menu

Source Code Commit Log


Commit Date  
[r236] by biotelerock

Relaxed the thresholds for calling splice damaging/ creating variants.

2014-05-19 14:21:24 Tree
[r235] by biotelerock

Brought the RNASeq, ChIPSeq, and MultipleReplicaScanSeqs up to speed with DESeq2

2014-05-15 20:32:53 Tree
[r234] by biotelerock

Switched the default behavior to merge stranded datasets. These plus minus useq files were causing all kinds of grief.

2014-05-14 21:04:14 Tree
[r233] by biotelerock

Cleaned up the code in the VCFComparator. Put in some more catches for NA and INF vals coming back from R

2014-05-07 22:14:56 Tree
[r232] by biotelerock

Lots of clean up.
Updated DRDS to DESeq2: major changes, different dispersion fit, different log2Rto calculation, automatic independence filtering. All results in more diff expressed genes compared to the older depreciated methods. Old diff genes are pretty much a subset of new diff genes.

2014-05-02 21:35:31 Tree
[r231] by tmosbruger

AlignmentEndTrimmer: This application can be used to trim alignments according to the density of mismatches. Each base of the alignment is compared to the reference sequence from the start of the alignment to the end. If the bases match, the score is increased by -m. If the bases don't match, the score is decreased by -n. The alignment position with the highest score is used as the new alignment end point. The cigar string, alignment position, mpos and flags are all updated to reflect trimming.

2014-04-15 19:14:38 Tree
[r230] by tmosbruger

IntersectRegions: Added GC matching functionality. Didn't appear to be implemented in original version
RandomRegions: Did not return null if a region couldn't be found, which caused crashes.

2014-04-09 15:16:38 Tree
[r229] by biotelerock

Added enhancements to the diff splice detection utilities in DRDS including a graph output for diff spliced genes showing the per exon relative log2Rto. Having problems with DEXSeq and a high false positive rate.

2014-04-04 16:10:54 Tree
[r228] by tmosbruger

IntersectRegions: Added support for interval trees
DRDSAnnotator: Added support for multiple rows of annotation for the same gene. Unique entries are concentated and reported.
IntervalTree: Added IntervalTree classes w/ Nix's edits. Added option to search for 'containing' regions intead of intersecting regions

2014-04-01 21:14:14 Tree
[r227] by biotelerock

BisStat
* Added fix for single stranded lambda datasets, these were crashing the app when calculating the non-conversion rate.
AllelicMethylationDetector
* Added fix for single stranded datasets, this was tossing chromosomes of data that didn't have both a plus and minus strand.
VCFComparator
* Added a catch for GQ scores that are floats instead of ints, was causing app to crash.

2014-03-10 19:55:44 Tree
Older >