Skip to content

Instantly share code, notes, and snippets.

View brwnj's full-sized avatar
👈

Joe Brown brwnj

👈
  • Invitae
  • Portland, OR
  • 01:00 (UTC -07:00)
View GitHub Profile
@brwnj
brwnj / qvality.py
Created September 10, 2012 16:15 — forked from brentp/qvality.py
"""
qvality must be on the $PATH.
run on a file with pvalues in column 4:
$ python qvality.py --column 4 input.bed > output.bed
output file will have extra columns for PEP (posterior error prob)
and q-value.
if input.bed has a header, it is retained.