Skip to contents

This is a wrapper around dplyr::filter function which can be used to subset cevodata object. Works like dplyr::filter, performs the filtering on metadata, then filters SNVs, CNVs, clones and models keeping samples kept in metadata

Usage

# S3 method for cevodata
filter(.data, ..., .preserve = FALSE)

Arguments

.data

cevodata object

...

expression passed to dplyr::filter(...)

.preserve

Relevant when the .data input is grouped. If .preserve = FALSE (the default), the grouping structure is recalculated based on the resulting data, otherwise the grouping is kept as is.

Value

cevodata object