fds: Get or set the FacileDataStore for an object

View source: R/api.R

fdsR Documentation

Get or set the FacileDataStore for an object

Description

FacileDataStores are passed along with most every object generated from functions in the facilebio universe. This makes it convenient to dig back into a large genomics objects to retrieve data from "slim" results, like a sample covariate data.frame.

Usage

fds(x, ...)

## S3 method for class 'FacileDataStore'
fds(x)

## Default S3 method:
fds(x, ...)

fds(x) <- value

## S3 replacement method for class 'tbl'
fds(x) <- value

## S3 replacement method for class 'data.frame'
fds(x) <- value

set_fds(x, value)

Arguments

x

the object

value

The FacileDataStore object


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