NOTE: this function needs the axe. It has been changed to use the assay_sample_info_table, but the way we handle this with the new unhinged assay needs to change.

# S3 method for FacileDataSet
fetch_sample_statistics(
  x,
  samples = NULL,
  semi = TRUE,
  assay_name = default_assay(x),
  ...
)

Arguments

x

A FacileDataSet object

samples

a data.frame or tbl_sqlite that has dataset and sample_id columns

semi

use semi_join? I've found this to be slow sometimes in SQLite for some reason

assay_name

parameter added to keep old API same with new "unhinged" FacileDataSets.

Value

a tbl_df or tbl_sqlite result from the sample_stats table

See also