Skip to content

Commit

Permalink
Update 03_metatranscriptomics.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
microsud committed Jul 31, 2021
1 parent 7fe0ba5 commit fa873b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/03_metatranscriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ write.xlsx(sigtab.b, file = "ms/modules/tables/gmm_deseq_results.xlsx",
# Add a third data set
write.xlsx(sigtab.c, file = "ms/modules/tables/gmm_deseq_results.xlsx",
sheetName="240hvs248h", append=TRUE)
write.xlsx(sigtab.b, file = "ms/modules/tables/gmm_deseq_results.xlsx",
write.xlsx(sigtab.d, file = "ms/modules/tables/gmm_deseq_results.xlsx",
sheetName="248hvs264h", append=TRUE)
Expand All @@ -476,7 +476,7 @@ write.table(sigtab.b, file = "ms/modules/tables/gmm_deseq_results_52hvs56h.txt",
# Add a third data set
write.table(sigtab.c, file = "ms/modules/tables/gmm_deseq_results_240hvs248h.txt",
sep="\t")
write.table(sigtab.b, file = "ms/modules/tables/gmm_deseq_results_248hvs264h.txt",
write.table(sigtab.d, file = "ms/modules/tables/gmm_deseq_results_248hvs264h.txt",
sep="\t")
```
Expand Down

0 comments on commit fa873b0

Please sign in to comment.