deconvolute_bseqsc | R Documentation |
Deconvolution Analysis using BSeq-sc
deconvolute_bseqsc(
bulk_gene_expression,
signature = NULL,
log = NULL,
...,
verbose = FALSE
)
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.
If |
log |
Logical that indicates if the data |
... |
Other arguments passed to |
verbose |
Whether to produce an output on the console. |
A list including:
coef |
The matrix of estimated proportions (cell type x samples). |
stats |
The statistics computed by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.