makeSignMatrixDWLSfromMatrix#
Last Updated: Jan 14, 2025
Description#
Function to convert a single-cell RNAseq matrix into a format that can
be used with runDWLSDeconv
.
Usage#
makeSignMatrixDWLSfromMatrix(matrix, sign_gene, cell_type_vector)
Arguments#
|
scRNA-seq matrix |
|
genes to use (e.g. marker genes) |
|
vector with cell types (length = ncol(matrix)) |
Value#
matrix
See Also#
runDWLSDeconv