create_training_sets | R Documentation |
Divides a SingleCellExperiment object into train/test subsets.
create_training_sets(x, ...)
## S3 method for class 'SingleCellExperiment'
create_training_sets(x, frac = 0.1, ...)
## S3 method for class 'Seurat'
create_training_sets(x, frac = 0.1, ...)
x |
SingleCellExperiment object. |
... |
arguments passed down to methods (currently unused). |
frac |
fraction of dataset for testing. |
list with two SingleCellExperiment, one with train and other with test data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.