comparison edgeR.pl @ 2:2e3f0fbd745a draft

Uploaded
author amawla
date Mon, 24 Aug 2015 18:50:22 -0400
parents aab4a565c0e8
children
comparison
equal deleted inserted replaced
1:aab4a565c0e8 2:2e3f0fbd745a
351 for(i in colnames(fit2)) { 351 for(i in colnames(fit2)) {
352 tab_tmp <- topTable(fit2, coef=i, n=Inf, sort.by=\"none\", adjust.method=\"$OPTIONS{f}\") 352 tab_tmp <- topTable(fit2, coef=i, n=Inf, sort.by=\"none\", adjust.method=\"$OPTIONS{f}\")
353 colnames(tab_tmp)[-1] <- paste(i, colnames(tab_tmp)[-1], sep=\":\") 353 colnames(tab_tmp)[-1] <- paste(i, colnames(tab_tmp)[-1], sep=\":\")
354 if(is.null(tab)) { 354 if(is.null(tab)) {
355 tab <- tab_tmp 355 tab <- tab_tmp
356 } else tab <- cbind(tab, tab_tmp[,-1]) 356 } else tab <- cbind(tab, tab_tmp)
357 } 357 }
358 tab <- cbind(Feature=rownames(tab), tab) 358 tab <- cbind(Feature=rownames(tab), tab)
359 "; 359 ";
360 } 360 }
361 print Rcmd " 361 print Rcmd "