A Python3 binding for PeakError, which can be found at github.com/tdhock/PeakError
This section will explain some of the functionalities of pyPeakError.
Label files will need the column names chrom, chromStart, chromEnd, annotation
Peak files will need the column names chrom, chromStart, and chromEnd.
Calculates the error given a pandas dataframe for peaks and labels
Calculates the error given that the peaks and labels df passed in is using all the same chrom
Takes the output from either pandasError or pandasErrorChrom and summarizes the data into a one row DataFrame
This section will explain how to install pyPeakError
python3 -m pip install git+https://github.com/deltarod/PeakError.git
git clone https://github.com/deltarod/PeakError.git
cd PeakError/
python3 -m pip install .