query_predict | R Documentation |
Fine-tuning and predict for the query data
query_predict(query_expr, model, path_out, outprefix, disease, mode)
query_expr |
File path of the query data matrix |
model |
File path of 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'. |
mode |
Single-cell level input or cluster level input, choose from 'single' or 'cluster'. DEFAULT: 'single'. |
Prediction results and corresponding probability for each query cell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.