Skip to content

Instantly share code, notes, and snippets.

@joowkim
Last active February 23, 2017 07:50
Show Gist options
  • Save joowkim/250443da882d7d3067142bec2c0d9dfc to your computer and use it in GitHub Desktop.
Save joowkim/250443da882d7d3067142bec2c0d9dfc to your computer and use it in GitHub Desktop.
write_table
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