| calcNlmeStats | R Documentation |
Calculate all statistics from dose reponse fit
calcNlmeStats(nlme_model, nlme_data)
nlme_model |
the results of |
nlme_data |
the nlme data frame used for fitting |
a data frame inluding IC50, AUC and RMSE.
fitModelNlmeData, getModelCoef,
getIC50Matrix
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)
nlme_stats <- calcNlmeStats(nlme_model, nlme_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.