scGate version 1.4
New in this version:
- scGate is now on CRAN! it can be installed using
install.packages("scGate")
- The function
get_scGateDB()
now writes totempdir()
by default. To recover the behavior of previous versions, setdestination="./scGateDB"
or to some other local directory - Log out fraction of "Pure" cells instead of "Impure" cells
- Fixed bug on kNN smoothing with too few remaining cells
- Improved documentation and examples