|
@@ -36,10 +36,6 @@ parse.date.from.filename <- function(fname) {
|
|
|
as.Date(do.call(ISOdate, data.frame(res1)))
|
|
|
}
|
|
|
|
|
|
-## Error: the following are not valid files:
|
|
|
-## Training Data/03 - TGCG ARADNRCANTX PAX Samples/10733.CEL
|
|
|
-blacklist <- "Training Data/03 - TGCG ARADNRCANTX PAX Samples/10733.CEL"
|
|
|
-
|
|
|
## This reads in the xlsx file for each of the 7 datasets and combines
|
|
|
## them into one big table of all samples. The Batch column contains
|
|
|
## the partitioning of samples into unique combinations of Dataset,
|