filter.HCABrowser: Filter HCABrowser objects

Description Usage Arguments Value Examples

View source: R/filter-utilities.R

Description

Filter HCABrowser objects

Usage

1
2
## S3 method for class 'HCABrowser'
filter(.data, ..., .preserve)

Arguments

.data

an HCABrowser object to perform a query on.

...

further argument to be tranlated into a query to select from. These arguments can be passed in two ways, either as a single expression or as a series of expressions that are to be seperated by commas.

.preserve

unused.

Value

a HCABrowser object containing the resulting query.

Examples

1
2
3
hca <- HCABrowser()
hca2 <- hca %>% filter(organ.text == "brain")
hca2

HCABrowser documentation built on Nov. 8, 2020, 7:24 p.m.