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.matrix
Matrix of cell type proportions to simulate mixed transcriptional profiles.
cell.names
Matrix containing cells used to generate the simulated mixed transcriptional profiles.
set.list
List of cells sorted by cell type.
set
Vector containing cell names present in the object.
method
Vector indicating the method by which cell type proportions were generated.
plots
Plots showing cell type proportion distributions. See
?showProbPlot
for more details.type.data
Character indicating the type of data contained:
'train'
or'test'
.