Displaying 1 result from an estimated 1 matches for "chipname".
2013 Aug 28
1
Error when using buildVignettes()
...t;- readLines(file.path(indir, "QC.begin.Rnw"));
## replace title, date, author
QCb <- sub("@TITLE@", title, QCb);
QCb <- sub("@DATE@", date, QCb);
QCb <- sub("@AUTHOR@", author, QCb);
## dataset info
numtrees <- 6; chipname <- "Test3"; chiptype <- "GeneChip";
QCb <- sub("@DATASET@", dataset, QCb);
QCb <- sub("@NUMTREES@", numtrees, QCb);
QCb <- sub("@CHIPNAME@", chipname, QCb);
QCb <- sub("@CHIPTYPE@", chiptype, QCb);...