exclude {frapplot}R Documentation

Exclude samples from the dataset

Description

If certain samples are of poor quality, use this function to exclude them from the dataset.

Usage

exclude(ds, group, cols)

Arguments

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.

Value

Modified dataset in the same format.

Examples

ds <- exclude(example_dataset, group = "mut1", cols = c(1,3))


[Package frapplot version 0.1.3 Index]