At this point, I think it is fair to say that the two cell types are
sufficiently different that they do not really belong together in a
single analysis.
Our main question of
interest
The data structure hs_macr contains our primary macrophages, which
are, as shown above, the data we can really sink our teeth into.
Note, we expect some errors when running the combine_de_tables()
because not all methods I use are comfortable using the ratio or ratios
contrasts we added in the ‘extras’ argument. As a result, when we
combine them into the larger output tables, those peculiar contrasts
fail. This does not stop it from writing the rest of the results,
however.
#test = deseq_pairwise(normalize_expt(hs_macr, filter=TRUE),
# model_batch = "svaseq", filter = TRUE,
# extra_contrasts = tmrc2_human_extra)
hs_macr_de <- all_pairwise(hs_macr, model_batch = "svaseq",
filter = TRUE, extra_contrasts = tmrc2_human_extra)
##
## inf_z22 inf_z23 infsb_z22 infsb_z23 uninf_none uninfsb_none
## 11 12 12 11 4 4
## Removing 0 low-count genes (11756 remaining).
## Setting 2374 low elements to zero.
## transform_counts: Found 2374 values equal to 0, adding 1 to the matrix.
## A pairwise differential expression with results from: basic, deseq, edger, limma, noiseq.
## This used a surrogate/batch estimate from: svaseq.
## The primary analysis performed 10 comparisons.
hs_single_table <- combine_de_tables(
hs_macr_de, keepers = single_tmrc2_keeper,
excel = glue("excel/macrophage_de/hs_macr_drug_zymo_z22sb_sb-v{ver}.xlsx"))
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## A set of combined differential expression results.
## table deseq_sigup deseq_sigdown edger_sigup
## 1 uninfsbnone_vs_infsbz22-inverted 33 0 31
## edger_sigdown limma_sigup limma_sigdown
## 1 0 2 0
## Error in colSums(temp_data): 'x' must be an array of at least two dimensions
hs_macr_table <- combine_de_tables(
hs_macr_de, keepers = tmrc2_human_keepers,
excel = glue("excel/macrophage_de/hs_macr_drug_zymo_table_macr_only-v{ver}.xlsx"))
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Inverting column: basic_logfc.
## Inverting column: deseq_logfc.
## Inverting column: edger_logfc.
## Inverting column: limma_logfc.
## Inverting column: noiseq_logfc.
## Warning in extract_keepers(extracted, keepers, table_names, all_coefficients, :
## The table for extra_z2322 does not appear in the pairwise data.
## Warning in extract_keepers(extracted, keepers, table_names, all_coefficients, :
## The table for extra_z2322 does not appear in the pairwise data.
## Did not find z22drugnodrug or z23drugnodrug.
## Did not find z22drugnodrug or z23drugnodrug.
## Warning in extract_keepers(extracted, keepers, table_names, all_coefficients, :
## The table for extra_drugnodrug does not appear in the pairwise data.
## Warning in extract_keepers(extracted, keepers, table_names, all_coefficients, :
## The table for extra_drugnodrug does not appear in the pairwise data.
## Did not find z23z22nodrug or z23z22drug.
## Did not find z23z22nodrug or z23z22drug.
## A set of combined differential expression results.

## table deseq_sigup deseq_sigdown edger_sigup
## 1 uninfnone_vs_infz23-inverted 478 265 472
## 2 uninfnone_vs_infz22-inverted 359 6 340
## 3 infz23_vs_infz22 349 539 360
## 4 infsbz23_vs_infsbz22 343 252 340
## 5 infz23_vs_infsbz23-inverted 619 828 625
## 6 infz22_vs_infsbz22-inverted 505 1040 520
## 7 uninfsbnone_vs_infsbz23-inverted 461 247 464
## 8 uninfsbnone_vs_infsbz22-inverted 33 0 31
## 9 uninfnone_vs_infsbz23-inverted 839 923 854
## 10 uninfnone_vs_infsbz22-inverted 660 746 672
## 11 uninfsbnone_vs_uninfnone 561 748 564
## 12 z23drugnodrug_vs_z22drugnodrug 0 0 330
## 13 z23z22drug_vs_z23z22nodrug 0 0 330
## edger_sigdown limma_sigup limma_sigdown
## 1 270 392 251
## 2 6 264 72
## 3 528 451 390
## 4 253 378 216
## 5 821 571 746
## 6 1009 671 925
## 7 249 374 233
## 8 0 2 0
## 9 906 805 914
## 10 733 556 745
## 11 741 514 696
## 12 63 244 135
## 13 63 244 135

combined_to_tsv(hs_macr_table, "macrophage")
hs_macr_sig <- extract_significant_genes(
hs_macr_table,
excel = glue("excel/macrophage_de/hs_macr_drug_zymo_sig-v{ver}.xlsx"))
## There is no deseq_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## There is no deseq_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## There is no basic_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## There is no basic_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## A set of genes deemed significant according to limma, edger, deseq, basic.
## The parameters defining significant were:
## LFC cutoff: 1 adj P cutoff: 0.05
## limma_up limma_down edger_up edger_down deseq_up deseq_down
## z23nosb_vs_uninf 392 251 472 270 478 265
## z22nosb_vs_uninf 264 72 340 6 359 6
## z23nosb_vs_z22nosb 451 390 360 528 349 539
## z23sb_vs_z22sb 378 216 340 253 343 252
## z23sb_vs_z23nosb 571 746 625 821 619 828
## z22sb_vs_z22nosb 671 925 520 1009 505 1040
## z23sb_vs_sb 374 233 464 249 461 247
## z22sb_vs_sb 2 0 31 0 33 0
## z23sb_vs_uninf 805 914 854 906 839 923
## z22sb_vs_uninf 556 745 672 733 660 746
## sb_vs_uninf 514 696 564 741 561 748
## extra_z2322 244 135 330 63 0 0
## extra_drugnodrug 244 135 330 63 0 0
## basic_up basic_down
## z23nosb_vs_uninf 203 117
## z22nosb_vs_uninf 78 10
## z23nosb_vs_z22nosb 425 407
## z23sb_vs_z22sb 195 116
## z23sb_vs_z23nosb 538 700
## z22sb_vs_z22nosb 668 892
## z23sb_vs_sb 130 58
## z22sb_vs_sb 5 0
## z23sb_vs_uninf 478 628
## z22sb_vs_uninf 277 414
## sb_vs_uninf 136 132
## extra_z2322 0 0
## extra_drugnodrug 0 0

hs_macr_highsig <- extract_significant_genes(
hs_macr_table, min_mean_exprs = high_expression, exprs_column = high_expression_column,
excel = glue("excel/macrophage_de/hs_macr_drug_zymo_highsig-v{ver}.xlsx"))
## Warning in get_sig_genes(this_table, lfc = lfc, p = p, z = z, n = n, column =
## this_fc_column, : The column deseq_basemean does not appears to be in the
## table, cannot filter by expression.
## Warning in get_sig_genes(this_table, lfc = lfc, p = p, z = z, n = n, column =
## this_fc_column, : The column deseq_basemean does not appears to be in the
## table, cannot filter by expression.
## Warning in get_sig_genes(this_table, lfc = lfc, p = p, z = z, n = n, column =
## this_fc_column, : The column deseq_basemean does not appears to be in the
## table, cannot filter by expression.
## Warning in get_sig_genes(this_table, lfc = lfc, p = p, z = z, n = n, column =
## this_fc_column, : The column deseq_basemean does not appears to be in the
## table, cannot filter by expression.
## There is no deseq_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## There is no deseq_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## There is no basic_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## There is no basic_logfc column in the table.
## The columns are: ensemblgeneid, ensembltranscriptid, version, transcriptversion, description, genebiotype, cdslength, chromosomename, strand, startposition, endposition, hgncsymbol, uniprotgnsymbol, transcript, edger_logfc, edger_adjp, limma_logfc, limma_adjp, edger_logcpm, edger_lr, edger_p, limma_ave, limma_t, limma_b, limma_p, limma_adjp_fdr, edger_adjp_fdr, lfc_meta, lfc_var, lfc_varbymed, p_meta, p_var
## A set of genes deemed significant according to limma, edger, deseq, basic.
## The parameters defining significant were:
## LFC cutoff: 1 adj P cutoff: 0.05
## limma_up limma_down edger_up edger_down deseq_up deseq_down
## z23nosb_vs_uninf 269 139 317 139 314 138
## z22nosb_vs_uninf 103 4 110 0 115 0
## z23nosb_vs_z22nosb 221 154 247 174 238 178
## z23sb_vs_z22sb 211 105 210 86 211 84
## z23sb_vs_z23nosb 305 482 306 566 303 570
## z22sb_vs_z22nosb 330 545 301 572 288 598
## z23sb_vs_sb 250 130 279 140 274 140
## z22sb_vs_sb 2 0 9 0 13 0
## z23sb_vs_uninf 499 603 491 605 482 618
## z22sb_vs_uninf 310 479 318 501 303 513
## sb_vs_uninf 291 459 294 495 291 498
## extra_z2322 244 135 330 63 0 0
## extra_drugnodrug 244 135 330 63 0 0
## basic_up basic_down
## z23nosb_vs_uninf 163 79
## z22nosb_vs_uninf 33 0
## z23nosb_vs_z22nosb 225 188
## z23sb_vs_z22sb 127 52
## z23sb_vs_z23nosb 305 484
## z22sb_vs_z22nosb 334 551
## z23sb_vs_sb 108 28
## z22sb_vs_sb 0 0
## z23sb_vs_uninf 336 436
## z22sb_vs_uninf 175 281
## sb_vs_uninf 103 109
## extra_z2322 0 0
## extra_drugnodrug 0 0
