Skip to content

Instantly share code, notes, and snippets.

View rreamy's full-sized avatar

Becky Reamy rreamy

View GitHub Profile
@rreamy
rreamy / NormalizedValueCalculator.java
Created December 17, 2014 03:49
This is a non-trivial code example that will perform variant normalization.
package com.lifetech.oncomine.allele.utils;
public class NormalizedValueCalculator {
public NormalizedValueCalculator() {
}
public NormalizedValues calculateNormalizedValues(String referenceAllele, String alternateAllele, Integer position) {
NormalizedValues normalizedValues = new NormalizedValues(referenceAllele, alternateAllele, position);
normalizedValues = doTrim(normalizedValues);
@rreamy
rreamy / about.md
Created August 10, 2011 16:15 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer