| fitModelNlmeData | R Documentation |
Fit an nlme dose reponse model to GDSC data.
fitModelNlmeData(nlme_data, isLargeData = T)
nlme_data |
a data frame as specified by |
isLargeData |
logical. Default With this |
a fitted nlme model
prepNlmeData, getModelCoef,
calcNlmeStats.
data("gdsc_example")
gdsc_example <- removeFailedDrugs(gdsc_example)
gdsc_example <- removeMissingDrugs(gdsc_example)
gdsc_example <- normalizeData(gdsc_example)
gdsc_example <- setConcsForNlme(gdsc_example)
nlme_data <- prepNlmeData(gdsc_example, "COSMIC_ID")
## Not run:
nlme_model <- fitModelNlmeData(nlme_data, isLargeData = F)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.