query_predict | R Documentation |
Fine-tuning and predict for the query data
query_predict( queryObj, model, path_out, outprefix = "query", disease = FALSE, prob_cutoff = 0.9 )
queryObj |
Seurat object for query data. |
model |
The pre-trained model. |
path_out |
File path of the output files. |
outprefix |
Prefix of the output files. DEFAULT: query. |
disease |
Depend on your data is in some disease condition or not, choose from 'TRUE' or 'FALSE'. DEFAULT: 'FALSE'. |
prob_cutoff |
Cutoff for prediction probability. DEFAULT: 0.9. |
A list which includes prediction results and corresponding probability for query data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.