deconvolute_momf | R Documentation |
Deconvolution Analysis using MOMF (via Nonnegative Factorization)
deconvolute_momf(
bulk_gene_expression,
signature,
single_cell_object,
verbose = FALSE,
method = "KL",
...
)
bulk_gene_expression |
A matrix of bulk data. Rows are genes, columns are samples. Row and column names need to be set. |
signature |
The signature matrix. Rows are genes, columns are cell types. |
single_cell_object |
A matrix with the single-cell data. Rows are genes, columns are samples. Row and column names need to be set. |
verbose |
Whether to produce an output on the console. |
method |
Determines which divergence to use. Options: Kullback-Leibler "KL", Itakura-Saito "IS". Defaults to "KL" |
... |
additional parameters |
results object of the MOMF tool. Cell-type proportions can be accessed with $cell.prop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.