quantiseq | R Documentation |
Function to apply the qunatiseq deconvolution method as described by bioRxiv 223180. https://doi.org/10.1101/223180.
quantiseq(mix.mat, arrays = FALSE, mRNAscale = TRUE, method = "lsei")
mix.mat |
The expression matrix to deconvolute, with samples in column and genes in rows. |
arrays |
The platform used to generate the expression dataset. |
mRNAscale |
Option to scale expression matrix, defults to TRUE. |
method |
Option to select the right method, defults to "lsei". |
Immune devconvolution using the qunatiseq mnethod described by bioRxiv 223180. https://doi.org/10.1101/223180.
Cell proportions.
t_results |
Table of deconvolution across samples. |
The user need to ensure that colnames and rownames are set with samples and genes, respectively.
Chinedu A. Anene, PhD
https://doi.org/10.1101/223180. https://github.com/FFinotello/quanTIseq
The output of this function is incorporated directly to the Decosus package for consesus.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.