View source: R/nlme_fit_prep.R
| removeMissingDrugs | R Documentation |
In contrast to drugs with 'FAIL' tags, the drugset contained NA for the DRUG_ID, i.e., no drug id was assigned for that tag in the experimental design.
removeMissingDrugs(myDat)
myDat |
a GDSC raw data data frame. |
removeMissingDrugs removes rows from GDSC raw data where the
DRUG_ID is NA.
removeFailedDrugs, normalizeData,
setConcsForNlme, prepNlmeData
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.