powered by
Given an index return the name of the batches the samples are in
batch_names(i)
A character vector with the names of the batch for each the index.
A list of numeric indices.
create_subset(), for the inverse look at use_index().
create_subset()
use_index()
index <- create_subset(100, 50, 2) batch <- batch_names(index) head(batch)
Run the code above in your browser using DataLab