fetch_samples.FacileDataSet: Fetches a sample descriptor that matches the filter criterion

View source: R/samples.R

fetch_samples.FacileDataSetR Documentation

Fetches a sample descriptor that matches the filter criterion

Description

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

Usage

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

Arguments

x

A FacileDataRepository

...

the NSE boolean filter criteria

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.

Value

a facile sample descriptor

See Also

Other API: fetch_assay_score.FacileDataSet(), fetch_custom_sample_covariates.FacileDataSet(), fetch_sample_covariates(), fetch_sample_statistics.FacileDataSet(), filter_features.FacileDataSet(), filter_samples.FacileDataSet(), organism.FacileDataSet(), samples.FacileDataSet()


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.