Description Usage Arguments Value Examples
If certain samples are of poor quality, use this function to exclude them from the dataset.
1 |
ds |
Name of the dataset. |
group |
Name of the group from which to exclude certain samples. |
cols |
A vector of numbers specifying the column(s) to exclude. |
Modified dataset in the same format.
1 | ds <- exclude(example_dataset, group = "mut1", cols = c(1,3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.