Last active
February 23, 2017 07:50
-
-
Save joowkim/250443da882d7d3067142bec2c0d9dfc to your computer and use it in GitHub Desktop.
write_table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
write.table( res, file="/Analysis/deseq/Dox_vs_DMSO.differentialExpression.csv",row.names = TRUE,col.names = TRUE,append = FALSE, quote = FALSE, sep = "\t",eol = "\n") | |
write.table(res, "E_F.results.tsv", row.names=T, col.names = NA) | |
write.csv(as.data.frame(res),file='sim_condition_treated_results_deseq2.csv') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment