Skip to content

Commit

Permalink
comment out the close session command
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed Apr 29, 2024
1 parent 38d5e57 commit a3218e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/0003-06-02-Batch-Correction.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ dev.off()
write.table(uhr_vs_hbr_corrected, file="DE_genes_uhr_vs_hbr_corrected.tsv", quote=FALSE, row.names=FALSE, sep="\t")

#To exit R type the following
quit(save="no")
#quit(save="no")

```

Expand Down

0 comments on commit a3218e7

Please sign in to comment.