Mercurial > repos > amawla > edger
changeset 2:2e3f0fbd745a draft
Uploaded
author | amawla |
---|---|
date | Mon, 24 Aug 2015 18:50:22 -0400 |
parents | aab4a565c0e8 |
children | 3fb55f96f065 |
files | edgeR.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/edgeR.pl Tue Aug 04 15:25:43 2015 -0400 +++ b/edgeR.pl Mon Aug 24 18:50:22 2015 -0400 @@ -353,7 +353,7 @@ colnames(tab_tmp)[-1] <- paste(i, colnames(tab_tmp)[-1], sep=\":\") if(is.null(tab)) { tab <- tab_tmp - } else tab <- cbind(tab, tab_tmp[,-1]) + } else tab <- cbind(tab, tab_tmp) } tab <- cbind(Feature=rownames(tab), tab) ";