Description Usage Arguments Methods (by generic) Slots Examples
S4 class to store drug combination data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ## S4 method for signature 'DrugSyn'
doses(object)
## S4 replacement method for signature 'DrugSyn,list'
doses(object) <- value
## S4 method for signature 'DrugSyn'
expData(object)
## S4 replacement method for signature 'DrugSyn,data.frame'
expData(object) <- value
## S4 method for signature 'DrugSyn'
respInd(object)
## S4 replacement method for signature 'DrugSyn,list'
respInd(object) <- value
## S4 method for signature 'DrugSyn'
drugNames(object)
## S4 replacement method for signature 'DrugSyn,vector'
drugNames(object) <- value
## S4 method for signature 'DrugSyn'
content(object)
## S4 replacement method for signature 'DrugSyn,character'
content(object) <- value
## S4 method for signature 'DrugSyn'
plot(x, type = c("heatmap", "parallel", "ind", "surface"),
...)
|
object |
a DrugSyn |
value |
replacement value |
x |
DrugSyn object |
type |
type of plot |
... |
arguments given to plots functions |
doses: get doses values
doses<-: set doses values
expData: extract experimental data
expData<-: set experimental data
respInd: extract individual responses
respInd<-: set individual responses
drugNames: extract drug names
drugNames<-: set drug names
content: get content type
content<-: set content type
plot: plot DrugSyn object
datadata.frame
doseslist
respIndlist
drugNamesvector
dataMeandata.frame
contentcharacter
typeHillnumeric
rangecharacter
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.