getProbMatrix: Getter function for the cell composition matrix
Description
Getter function for the cell composition matrix. This function allows to
access to the cell composition matrix of simulated training or test
pseudo-bulk RNA-Seq data.
Usage
getProbMatrix(object, type.data)
Value
A matrix object with the desired cell proportion matrix.
Arguments
- object
DigitalDLSorter
object with
prob.cell.types
slot.
- type.data
Subset of data to e shown: train
or test
.