浏览代码

Remove some extraneous code from examples

Ryan C. Thompson 8 年之前
父节点
当前提交
21d4a7aae3
共有 3 个文件被更改,包括 0 次插入13 次删除
  1. 0 4
      examples/Salomon/fRMA/consistency-train.R
  2. 0 4
      examples/Salomon/fRMA/test.R
  3. 0 5
      examples/Salomon/fRMA/train.R

+ 0 - 4
examples/Salomon/fRMA/consistency-train.R

@@ -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,

+ 0 - 4
examples/Salomon/fRMA/test.R

@@ -27,10 +27,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"
-
 sample.tables <- ddply(datasets, .(Dataset), function(df) {
     df <- df[1,]
     rownames(df) <- NULL

+ 0 - 5
examples/Salomon/fRMA/train.R

@@ -141,11 +141,6 @@ makeVectorsAffyBatch <- function (files, batch.id, background = "rma", normalize
         version = vers))
 }
 
-
-## 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,