
Run Cell Deconvolution on Bulk RNA-seq from VISTA Object
run_cell_deconvolution.RdEstimates cell-type proportions in bulk RNA-seq using single-cell reference or xCell2.
Arguments
- x
A VISTA object.
- method
Deconvolution method. Currently only
"xCell2"is supported.- single_cell_reference
Reserved for future reference-based methods (ignored).
- reference_labels
Reserved for future reference-based methods (ignored).
- gene_id_type
Type of gene identifiers:
"auto","symbol","ensembl", or"ensembl_symbol".- xcell2_reference
Optional xCell2 reference object or dataset name (e.g.,
"DICE_demo.xCell2Ref"). Used when xCell2 exposesxCell2Analysis().- transform
Expression transformation: "log2" or "raw".
- ...
Additional arguments passed to the specific method.