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.
fds(x, ...) # S3 method for FacileDataStore fds(x) # S3 method for default fds(x, ...) fds(x) <- value # S3 method for tbl fds(x) <- value # S3 method for data.frame fds(x) <- value set_fds(x, value)
x | the object |
---|---|
value | The |