Description Usage Arguments Value Author(s) See Also
View source: R/Predict.ReadSet.fromFiles.R
This function is a wrapper for function 'Predict.ReadSet'
1 2 3 | Predict.ReadSet.fromFiles(Path2Forest, Path2ReadFiles, saveLocation,
OutputFilename = "Output", Return.Predictions = F, Save.AsTSV = F,
verbose = T, ...)
|
Path2Forest |
A path to a randomForest object of class ranger in .rds format |
Path2ReadFiles |
A path to a fasta file containing the read files |
saveLocation |
A path to the direcory where the output should be written to |
OutputFilename |
The name of the outputfile (without file extension) Default = "Output") |
Return.Predictions |
Should the predictions be returned |
Save.AsTSV |
Should the output saved in tsv (tab separated format) instead of rds format ? |
... |
Further arguments passed to function 'Predict.ReadSet' |
Either the predictions (if Return.Predictions == T ) or TRUE/FALSE if Outputfile exists #' @seealso predict.ranger
Carlus Deneke
Predict.ReadSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.