- Home
- Bioconductor 3.22
- Software Packages
- netSmooth
netSmooth
This is the released version of netSmooth; for the devel version, see netSmooth.
Network smoothing for scRNAseq
Bioconductor version: Release (3.22)
netSmooth is an R package for network smoothing of single cell RNA sequencing data. Using bio networks such as protein-protein interactions as priors for gene co-expression, netsmooth improves cell type identification from noisy, sparse scRNAseq data.
Author: Jonathan Ronen [aut, cre], Altuna Akalin [aut]
Maintainer: Jonathan Ronen <yablee at gmail.com>
citation("netSmooth")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("netSmooth")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("netSmooth")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.