Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.72 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.72 KB

gficf v2 package overview

An R implementation of the Gene Frequency - Inverse Cell Frequency method for single cell data normalization originally described into Gambardella et al. 2019.

New functionalities implemented into the version 2 of GFICF package can be found in the preprint Pellecchia et al. 2022

The package also includes Phenograph Louvain method clustering using RcppAnnoy library from uwot and a naive but fast parallel implementation of Jaccard Coefficient estimation using RcppParallel. The package also include data reduction with either Principal Component Analisys (PCA) or non-negative matrix factorization RcppML before to apply t-SNE or UMAP for single cell data visualization.

Examples & Functionality: