- Home
- Bioconductor 3.23
- Software Packages
- netSmooth (development version)
netSmooth
This is the development version of netSmooth; for the stable release version, see netSmooth.
Network smoothing for scRNAseq
Bioconductor version: Development (3.23)
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.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.