powered by
If certain samples are of poor quality, use this function to exclude them from the dataset.
exclude(ds, group, cols)
Name of the dataset.
Name of the group from which to exclude certain samples.
A vector of numbers specifying the column(s) to exclude.
Modified dataset in the same format.
# NOT RUN { ds <- exclude(example_dataset, group = "mut1", cols = c(1,3)) # }
Run the code above in your browser using DataLab