Displaying 1 result from an estimated 1 matches for "krasmutant".
2012 May 21
1
Complex text parsing task
...of so-called "simple" coding.
#### Simple coding ####
KRASpatient <- c("001-001", "001-002", "001-003", "001-004", "001-005", "001-006", "001-007")
KRAStested <- c(2,3,2,2,2,3,3)
KRASwild <- c(1,0,2,0,3,1,3)
KRASmutant <- c(4,2,2,3,1,2,2)
simpleData <- data.frame(KRASpatient, KRAStested, KRASwild, KRASmutant)
simpleData
Here, KRAStested is calculated by summing all references to "KRAS" for each patient. Wild is calculated by summing all references to "wild type", "wild", and...