I add the command lines below. But it doesn't work. import sys sys.path.append('qvalue.py') import qvalue qvalue.estimate(pv)
I add the command lines below. But it doesn't work.
import sys
sys.path.append('qvalue.py')
import qvalue
qvalue.estimate(pv)