Use ... as if this is a dplyr::filter call, and our sample_covariate_tbl was "wide".

# S3 method for FacileDataSet
fetch_samples(x, samples = NULL, assay = "rnaseq", ...)

Arguments

x

A FacileDataRepository

...

the NSE boolean filter criteria

Value

a facile sample descriptor

Details

This is experimental, so each "term" in the filter criteria should be just one boolean operation. Multiple terms passed into ... will be "AND"ed together.

See also