Skip to content

Commit

Permalink
Returning NA as cellularity
Browse files Browse the repository at this point in the history
  • Loading branch information
sdentro committed Jun 23, 2016
1 parent 21b85f3 commit c2a2e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpc.R
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ for(c in 1:no.clusters){

print("Writing challenge output files")
print("1A")
write.table(cellularity,"subchallenge1A.txt",row.names=F,col.names=F,quote=F,sep="\t")
write.table(NA,"subchallenge1A.txt",row.names=F,col.names=F,quote=F,sep="\t")
print("1B")
write.table(nrow(final_clusters_table),"subchallenge1B.txt",row.names=F,col.names=F,quote=F,sep="\t")
print("1C")
Expand Down

0 comments on commit c2a2e3f

Please sign in to comment.