- Home
- Bioconductor 3.23
- Software Packages
- projectR (development version)
projectR
This is the development version of projectR; for the stable release version, see projectR.
Functions for the projection of weights from PCA, CoGAPS, NMF, correlation, and clustering
Bioconductor version: Development (3.23)
Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering.
Author: Gaurav Sharma, Charles Shin, Jared Slosberg, Loyal Goff, Genevieve Stein-O'Brien
Maintainer: Genevieve Stein-O'Brien <gsteinobrien at gmail.com>
citation("projectR")):
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("projectR")
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("projectR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.