This package implements a column-wise partial correlation over delta values function (colDeltaCorpartial), originally introduced in the velocyto project (BSD 2-Clause).
The implementation here is updated for new Python, NumPy, and Cython versions and is provided as an independent, standalone package.
The original algorithm was authored by Peter Kharchenko, Sten Linnarsson, and Gioele La Manno, and released under the BSD 2-Clause License.
This project is based on a subset of functionality from the velocyto package. This repository contains modified and updated code, including changes for compatibility with newer versions of Python, NumPy, and Cython.
This project is not affiliated with or endorsed by the original authors.