exclude: Exclude samples from the dataset

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

frapplot documentation built on May 1, 2019, 11:16 p.m.

Related to exclude in frapplot...