createCharacterizationSettings {Characterization} | R Documentation |
Create the settings for a large scale characterization study
Description
This function creates a list of settings for different characterization studies
Usage
createCharacterizationSettings(
timeToEventSettings = NULL,
dechallengeRechallengeSettings = NULL,
aggregateCovariateSettings = NULL
)
Arguments
timeToEventSettings |
A list of timeToEvent settings |
dechallengeRechallengeSettings |
A list of dechallengeRechallenge settings |
aggregateCovariateSettings |
A list of aggregateCovariate settings |
Details
Specify one or more timeToEvent, dechallengeRechallenge and aggregateCovariate settings
Value
Returns the connection to the sqlite database
See Also
Other LargeScale:
loadCharacterizationSettings()
,
runCharacterizationAnalyses()
,
saveCharacterizationSettings()
Examples
# example code
drSet <- createDechallengeRechallengeSettings(
targetIds = c(1,2),
outcomeIds = 3
)
cSet <- createCharacterizationSettings(
dechallengeRechallengeSettings = drSet
)
[Package Characterization version 2.1.3 Index]