lute
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see lute.
Framework for cell size scale factor normalized bulk transcriptomics deconvolution experiments
Bioconductor version: 3.19
Provides a framework for adjustment on cell type size when performing bulk transcripomics deconvolution. The main framework function provides a means of reference normalization using cell size scale factors. It allows for marker selection and deconvolution using non-negative least squares (NNLS) by default. The framework is extensible for other marker selection and deconvolution algorithms, and users may reuse the generics, methods, and classes for these when developing new algorithms.
Author: Sean K Maden [cre, aut] , Stephanie Hicks [aut]
Maintainer: Sean K Maden <maden.sean at gmail.com>
citation("lute")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("lute")
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("lute")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.