within_reference_pred | R Documentation |
Predict cell type and return probabilities across all cell types within one training dataset
within_reference_pred(queryfile.path, output.prefix = "query", num.cores = 1, mode = "run")
mat |
queryfile.path: string, path of the query dataset in tab-delimited text file with the rows as gene symbol, and columns as sampleID. |
output.prefix: |
string, the prefix of query dataset |
a list containing trained random forest model, prediction of training part and held-out part of reference dataset, prediction of query dataset, evaluation result using in training and test parts of the trainng dataset.
within_reference_pred(queryfile.path = "test/bulk.logrma.txt", output.prefix = "bulk", mode = "run")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.