| predict.CimpleG | R Documentation |
Predict outcome from a CimpleG signatures on new data
## S3 method for class 'CimpleG'
predict(object, ..., new_data, class_labels = NULL)
object |
CimpleG object. |
... |
Not used at the moment. |
new_data |
Data to be predicted, samples should be in rows and features in columns. Last column of 'new_data' should have the target/class labels coded as 0 or 1. |
class_labels |
Class labels of new data if these are not provided directly with it. |
prediction object, list with an entry for each signature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.