The PropCellTypes class is a data storage class which
contains information related to cell type composition matrices used to
simulate mixed transcriptional profiles. This matrix is stored in the
prob.matrix slot while the other slots contain additional information
generated during the process and required for subsequent steps.
Details
See ?genMixedCellProp function for information about how cell
type composition matrices are generated. Plots of cell type proportion
distributions can be accessed using the showProbPlot function
(see ?showProbPlot for more details).
Slots
prob.matrixMatrix of cell type proportions to simulate mixed transcriptional profiles.
cell.namesMatrix containing cells used to generate the simulated mixed transcriptional profiles.
set.listList of cells sorted by cell type.
setVector containing cell names present in the object.
methodVector indicating the method by which cell type proportions were generated.
plotsPlots showing cell type proportion distributions. See
?showProbPlotfor more details.type.dataCharacter indicating the type of data contained:
'train'or'test'.
