SVP
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see SVP.
Predicting cell states and their variability in single-cell or spatial omics data
DOI: 10.18129/B9.bioc.SVP
Bioconductor version: 3.21
SVP uses the distance between cells and cells, features and features, cells and features in the space of MCA to build nearest neighbor graph, then uses random walk with restart algorithm to calculate the activity score of gene sets (such as cell marker genes, kegg pathway, go ontology, gene modules, transcription factor or miRNA target sets, reactome pathway, ...), which is then further weighted using the hypergeometric test results from the original expression matrix. To detect the spatially or single cell variable gene sets or (other features) and the spatial colocalization between the features accurately, SVP provides some global and local spatial autocorrelation method to identify the spatial variable features. SVP is developed based on SingleCellExperiment class, which can be interoperable with the existing computing ecosystem.
Author: Shuangbin Xu [aut, cre] ORCID iD ORCID: 0000-0003-3513-5362 , Guangchuang Yu [aut, ctb] ORCID iD ORCID: 0000-0002-6485-8781
Maintainer: Shuangbin Xu <xshuangbin at 163.com>
citation("SVP")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SVP")
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("SVP")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.