Deconvolute using seqImmuCC
deconvolute_seqimmucc(
gene_expression_matrix,
algorithm = c("SVR", "LLSR"),
...
)
a m x n matrix with m genes and n samples. Data should NOT be normalized (raw counts)
the method to use for deconvolution. Possible choices are 'SVR' for CIBERSORT or 'LLSR' for least squares regression
passed through to original quantiseq method. A native argument takes precedence over an immunedeconv argument