Skip to content

A multi-response Gaussian model capable of accurately estimating the composition of blood samples from their gene expression profiles. Fit on Affymetrix Gene ST gene expression profiles using the glmnet R package.

License

cashoes/enumerateblood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enumerateblood

A multi-response Gaussian model capable of accurately estimating the composition of blood samples from their gene expression profiles. Fit on Affymetrix Gene ST gene expression profiles using the glmnet R package.

Usage:

# install `devtools` if needed with `install.packages('devtools')`
library(devtools)
install_github('cashoes/enumerateblood')

# load package
library(enumerateblood)

# load package data object (the trained model)
data('enumerateblood')

# use the trained model to predict cell proportions
# from gene expression matrix x.
#
# x is a p (probesets) * n (samples) matrix of (RMA) normalized 
# gene expression data (assayed on the Affymetrix Gene 1.0 or 
# 1.1 ST platform), such as that returned by the `oligo::rma()` 
# function
predict(enumerateblood, x)

About

A multi-response Gaussian model capable of accurately estimating the composition of blood samples from their gene expression profiles. Fit on Affymetrix Gene ST gene expression profiles using the glmnet R package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages