Current steps
refining nested confounders
refining nested identifiers
splitting df_ into (per experiment) df_list
Usage
# S3 method for data.table
prepare_input(
x,
nested_confounders = gDRutils::get_env_identifiers("barcode"),
nested_identifiers_l = .get_default_nested_identifiers(),
...
)
Arguments
- x
data.table with raw data
- nested_confounders
Character vector of the nested_confounders for a given assay. nested_keys is character vector of column names to include in the data.tables in the assays of the resulting
SummarizedExperiment
object. Defaults to thenested_identifiers
andnested_confounders
if passed through- nested_identifiers_l
list with the nested_identifiers(character vectors) for
single-agent
and (optionally) forcombination
data- ...
additional parameters