- Home
- Bioconductor 3.22
- Software Packages
- scGraphVerse
scGraphVerse
This is the released version of scGraphVerse; for the devel version, see scGraphVerse.
scGraphVerse: A Gene Network Analysis Package
Bioconductor version: Release (3.22)
A package for inferring, comparing, and visualizing gene networks from single-cell RNA sequencing data. It integrates multiple methods (GENIE3, GRNBoost2, ZILGM, PCzinb, and JRF) for robust network inference, supports consensus building across methods or datasets, and provides tools for evaluating regulatory structure and community similarity. GRNBoost2 requires Python package 'arboreto' which can be installed using init_py(install_missing = TRUE). This package includes adapted functions from ZILGM (Park et al., 2021), JRF (Petralia et al., 2015), and learn2count (Nguyen et al. 2023) packages with proper attribution under GPL-2 license.
Author: Francesco Cecere [aut, cre] ORCID iD ORCID: 0000-0002-0329-0870 , Annamaria Carissimo [aut], Daniela De Canditiis [aut], Claudia Angelini [aut, fnd]
Maintainer: Francesco Cecere <francesco.cecerengs at gmail.com>
citation("scGraphVerse")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scGraphVerse")
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("scGraphVerse")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.