Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatel427 committed Mar 8, 2019
1 parent 06da864 commit 6482e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge-mut-CN-fusion-matrices.R
Expand Up @@ -75,7 +75,7 @@ for(i in 1:ncol(New.onco.matrix))

##shift ID columns over and write table
write.table(as.data.frame(New.New.onco.matrix),
paste0(mainDir, subDirHist, "/", broad.hist, "-mut-cn-fus-matrix.txt"),
paste0(subDirHist, "/", broad.hist, "-mut-cn-fus-matrix.txt"),
quote = F,col.names = T,row.names = T, sep = "\t")
New.New.onco.matrix[1:10,1:4]

Expand Down

0 comments on commit 6482e83

Please sign in to comment.