Other packages > Find by keyword >

SparseDC  

Implementation of SparseDC Algorithm
View on CRAN: Click here


Download and install SparseDC package within the R console
Install from CRAN:
install.packages("SparseDC")

Install from Github:
library("remotes")
install_github("cran/SparseDC")

Install by package version:
library("remotes")
install_version("SparseDC", "0.1.17")



Attach the package and use:
library("SparseDC")
Maintained by
Jun Li
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-05-02
Latest Update: 2018-01-04
Description:
Implements the algorithm described in Barron, M., Zhang, S. and Li, J. 2017, "A sparse differential clustering algorithm for tracing cell type changes via single-cell RNA-sequencing data", Nucleic Acids Research, gkx1113, <doi:10.1093/nar/gkx1113>. This algorithm clusters samples from two different populations, links the clusters across the conditions and identifies marker genes for these changes. The package was designed for scRNA-Seq data but is also applicable to many other data types, just replace cells with samples and genes with variables. The package also contains functions for estimating the parameters for SparseDC as outlined in the paper. We recommend that users further select their marker genes using the magnitude of the cluster centers.
How to cite:
Jun Li (2017). SparseDC: Implementation of SparseDC Algorithm. R package version 0.1.17, https://cran.r-project.org/web/packages/SparseDC. Accessed 05 Jun. 2026.
Previous versions and publish date:
0.1.5 (2017-05-02 12:50), 0.1.12 (2017-09-17 18:16), 0.1.14 (2017-10-19 05:37)
Other packages that cited SparseDC R package
View SparseDC citation profile
Other R packages that SparseDC depends, imports, suggests or enhances
Complete documentation for SparseDC
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA