R/assay-data.R
assay_feature_info.FacileDataSet.RdDEBUG: This logic is unnecessarily complex because I make sure to collect all tables from the database as opposed to copying external tables in and doing an inner_join in the database. I'm doing this becuase we are getting name collisions on some of the temporary tables. We get errors like: Warning: Error in : Table pkdtpohpsu already exists.
# S3 method for FacileDataSet assay_feature_info(x, assay_name, feature_ids = NULL, ...)
| x |
|
|---|---|
| assay_name | the name of the assay |
| feature_ids | a character vector of feature_ids |
a tbl_sqlite result with the feature information for the
features in a specified assay
This fetches the hdf5_index for the assays as well