Description Usage Arguments Value Author(s)
The scClassifyTrainModel class is designed to stored training model for scClassify
1 2 3 4 5 6 7 8 9 | .scClassifyTrainModel(
name,
cellTypeTree,
cellTypeTrain,
features,
model,
modelweights,
metaData
)
|
name |
Name of the training dataset |
cellTypeTree |
A list indicate a cell type tree |
cellTypeTrain |
A vector of cell type in training dataset |
features |
A vector of character indicates the features that are trained for this data |
model |
A list stored the training model, including the features that are selected and the cell expression matrix that are used for training |
modelweights |
A vector of numeric indicates the weights of each model |
metaData |
A DataFrame stored meta data of training model |
A scClassifyTrainModel object
Yingxin Lin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.