Skip to content

Instantly share code, notes, and snippets.

View ppliu's full-sized avatar

Patrick Liu ppliu

View GitHub Profile
@gpratt
gpratt / example.py
Created December 14, 2013 22:18
groupyby example
from itertools import groupby
lst = ['DEAA IP',
'DEAA Input',
'FLAG IP',
'FLAG Input',
'K498A IP',
'K498A Input',
'Wild Type IP',
'Wild Type Input']