Skip to content

Commit

Permalink
Final raw tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgoodman committed Sep 8, 2022
1 parent 59fada7 commit e418b59
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tables/convert_tables_to_xlsx.r
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load_csvs <- function(filenames) {
table_list <- list()

descriptions <- data.table()
message('filename')

for (filename in filenames) {
file_id <- gsub('.*/(.*)\\.csv','\\1', filename)
Expand All @@ -17,7 +18,6 @@ load_csvs <- function(filenames) {

table_list[[file_id]] <- table
}

table_list <- c(list('descriptions'=descriptions), table_list)

return(table_list)
Expand Down
46 changes: 46 additions & 0 deletions tables/fig7d_survival.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
"# MMS1 Survival Data : Fig 7D, S7E"
day,donor,BB CD28,BB 41BB,BB BAFFR,TRAC
100,1,0,,,
100,1,0,,,
49,1,1,,,
76,1,1,,,
76,1,1,,,
74,1,1,,,
60,1,,1,,
58,1,,1,,
88,1,,1,,
58,1,,1,,
98,1,,1,,
84,1,,1,,
100,1,,,0,
59,1,,,1,
100,1,,,0,
100,1,,,0,
93,1,,,1,
91,1,,,1,
50,1,,,,1
50,1,,,,1
50,1,,,,1
45,1,,,,1
50,1,,,,1
45,1,,,,1
50,1,,,,1
45,1,,,,1
47,2,1,,,
47,2,1,,,
47,2,1,,,
52,2,1,,,
52,2,1,,,
70,2,1,,,
54,2,1,,,
47,2,1,,,
77,2,1,,,
49,2,,1,,
64,2,,1,,
82,2,,1,,
47,2,,1,,
70,2,,1,,
47,2,,,1,
81,2,,,1,
74,2,,,1,
67,2,,,1,
Binary file modified tables/supp_raw_data.xlsx
Binary file not shown.
Binary file added tables/~$supp_raw_data.xlsx
Binary file not shown.

0 comments on commit e418b59

Please sign in to comment.