Python implementation of the SCRABBLE (A method for imputation in single cell RNA-seq data Ref. Peng, Tao, et al. "SCRABBLE: single-cell RNA-seq imputation constrained by bulk RNA-seq data." Genome biology 20.1 (2019): 88.). Official Github repository - https://github.com/software-github/SCRABBLE
Files:
cDescent.py - Implements the cDescent.c code in python.
scrabble.py - Implementation of the complete algorithm.
Overview of the Algorithm