deconvolute_NNLS | R Documentation |
Use NNLS to deconvolute a matrix of spots consisting of unknown cell types against a reference of known cell type marker gene signatures.
deconvolute_NNLS(cluster_markers, spots, L1 = 0.01)
cluster_markers |
matrix of marker genes vs. clusters, UMI counts |
spots |
matrix of marker genes vs. spots, same dimensions as |
L1 |
L1/LASSO penalty to increase sparsity of the deconvolution |
We will need to find an L1 penalty that works best for deconvolution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.