Description Usage Arguments Details Value Examples
View source: R/validate_data.r
This function checks if labels are available for all samples in features. Additionally validates metadata, if available.
1 | validate.data(siamcat, verbose = 1)
|
siamcat |
an object of class siamcat-class |
verbose |
control output: |
This function validates the data by checking that labels are available for all samples in the feature matrix. Furthermore, the number of samples per class is checked to ensure a minimum number. If metadata is available, the overlap between labels and metadata is checked as well.
an object of class siamcat-class with validated data
1 2 3 | data(siamcat_example)
# simple working example
siamcat_validated <- validate.data(siamcat_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.