Entering edit mode
8.6 years ago
Obi Griffith
20k
Is anyone aware of an existing tool for identifying statistically significant recurring regions of loss-of-heterozygosity (LOH) in (for example) a cohort of tumor vs normal sequence or array data. I'm thinking of something like GISTIC but specifically for LOH.
I don't think there's any reason why you couldn't apply GISTIC with some tweaking of the inputs and params. If I'm wrong and that turns out to be impractical, the underlying algorithm isn't that crazy, IIRC, and wouldn't be awful to implement something similar. It's essentially peak finding, followed by random permutation of the same size events to establish significance.
Yeah. I figured as much but was curious if anyone out there had seen something that was LOH-specific.