This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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. |