normalizeData: Normalizes GDSC raw data intensities with respect to...

View source: R/nlme_fit_prep.R

normalizeDataR Documentation

Normalizes GDSC raw data intensities with respect to controls.

Description

normalizeData returns normalized intensities for the drug treated wells - column normalized_intensity. Replaces TAG column with lib_drug and dose columns.

Usage

normalizeData(myDat, trim = T, neg_control = "NC-1",
  pos_control = "B")

Arguments

myDat

a GDSC raw data data frame.

trim

logical indicating whether to trim normalized values to the range 0 to 1. default (trim = T)

neg_control

The tag used to recognise a negative control well - the upper end of the dynamic range.

pos_control

The tag used to recognise a positive control well - the lower end of the dynamic range.

See Also

removeFailedDrugs, removeMissingDrugs, setConcsForNlme, prepNlmeData

Examples

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")


CancerRxGene/gdscIC50 documentation built on Oct. 6, 2022, 2:40 a.m.