buildComboProfiles,LongTable-method | R Documentation |
Build an assay table with selected assay profiles for drug combinations
## S4 method for signature 'LongTable'
buildComboProfiles(object, profiles)
object |
|
profiles |
|
A data.table
containing fields
treatment1id
, treatment1dose
, treatment2id
, treatment2dose
, sampleid
,
which are used as keys to keep track of profiles,
along with columns of selected profiles from their assays.
Each *_1
is the monothearpy profile of treatment 1 in the combination,
and the same rule applies to treatment 2.
## Not run:
combo_profile_1 <- buildComboProfiles(tre, c("auc", "SCORE"))
combo_profile_2 <- buildComboProfiles(tre, c("HS", "EC50", "E_inf", "ZIP"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.