I am moving the dataset manipulations here so that I can look at them
all together before running the various DE analyses.
Combined U937 and
Macrophages: compare cell types
There are a couple of ways one might want to directly compare the two
cell types.
- Given that the variance between the two celltypes is so huge, just
compare all samples.
- One might want to compare them with the interaction effects of
drug/zymodeme.
type_de <- all_pairwise(all_human_types, filter = TRUE, model_batch = "svaseq")
## This DE analysis will perform all pairwise comparisons among:
##
## Macrophages U937
## 54 14
## This analysis will include surrogate estimates from: svaseq.
## This will pre-filter the input data using normalize_expt's: TRUE argument.
## Removing 0 low-count genes (12283 remaining).
## Setting 8682 low elements to zero.
## transform_counts: Found 8682 values equal to 0, adding 1 to the matrix.
## Finished running DE analyses, collecting outputs.
## Comparing analyses.
type_table <- combine_de_tables(
type_de,
excel = glue::glue("excel/tmrc2_macrophage_type_comparison-v{ver}.xlsx"))
## Deleting the file excel/tmrc2_macrophage_type_comparison-v202212.xlsx before writing the tables.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937_vs_Macrophages according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937_vs_Macrophages according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937_vs_Macrophages according to the columns: logFC and adj.P.Val using the expressionset colors.
Given the above explicit comparison of all samples comprising the two
cell types, now let us look at the drug treatment+zymodeme status with
all samples, macrophages and U937.
type_zymo_de <- all_pairwise(type_zymo, filter = TRUE, model_batch = "svaseq")
## This DE analysis will perform all pairwise comparisons among:
##
## Macrophages_none Macrophages_z2.2 Macrophages_z2.3 U937_none
## 8 23 23 2
## U937_z2.2 U937_z2.3
## 6 6
## This analysis will include surrogate estimates from: svaseq.
## This will pre-filter the input data using normalize_expt's: TRUE argument.
## Removing 0 low-count genes (12283 remaining).
## Setting 9655 low elements to zero.
## transform_counts: Found 9655 values equal to 0, adding 1 to the matrix.
## Finished running DE analyses, collecting outputs.
## Comparing analyses.

type_zymo_table <- combine_de_tables(
type_zymo_de,
excel = glue::glue("excel/tmrc2_macrophage_type_zymo_comparison-v{ver}.xlsx"))
## Deleting the file excel/tmrc2_macrophage_type_zymo_comparison-v202212.xlsx before writing the tables.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of Macrophagesz22_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesz22_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesz22_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of Macrophagesz23_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesz23_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesz23_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of Macrophagesz23_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesz23_vs_Macrophagesz22 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesz23_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesz22 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesz22 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesz22 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesz22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesz23 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesz23 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesz23 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesz23 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesz23 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_Macrophagesz23 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesz23 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesz23 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_Macrophagesz23 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z22_vs_U937none according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_U937none according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z22_vs_U937none according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z23_vs_U937none according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_U937none according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_U937none according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937z23_vs_U937z22 according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_U937z22 according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937z23_vs_U937z22 according to the columns: logFC and adj.P.Val using the expressionset colors.
type_drug_de <- all_pairwise(type_drug, filter = TRUE, model_batch = "svaseq")
## This DE analysis will perform all pairwise comparisons among:
##
## Macrophages_antimony Macrophages_none U937_antimony
## 27 27 7
## U937_none
## 7
## This analysis will include surrogate estimates from: svaseq.
## This will pre-filter the input data using normalize_expt's: TRUE argument.
## Removing 0 low-count genes (12283 remaining).
## Setting 9642 low elements to zero.
## transform_counts: Found 9642 values equal to 0, adding 1 to the matrix.
## Finished running DE analyses, collecting outputs.
## Comparing analyses.

type_drug_table <- combine_de_tables(
type_drug_de,
excel=glue::glue("excel/tmrc2_macrophage_type_drug_comparison-v{ver}.xlsx"))
## Deleting the file excel/tmrc2_macrophage_type_drug_comparison-v202212.xlsx before writing the tables.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of Macrophagesnone_vs_Macrophagesantimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesnone_vs_Macrophagesantimony according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of Macrophagesnone_vs_Macrophagesantimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937antimony_vs_Macrophagesantimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937antimony_vs_Macrophagesantimony according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937antimony_vs_Macrophagesantimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesantimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesantimony according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesantimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937antimony_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937antimony_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937antimony_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesnone according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_Macrophagesnone according to the columns: logFC and adj.P.Val using the expressionset colors.
## Starting combine_extracted_plots() with do_inverse as: FALSE.
## Plotting volcano plot of the DE results of U937none_vs_U937antimony according to the columns: logFC and adj.P.Val using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_U937antimony according to the columns: logFC and FDR using the expressionset colors.
## Plotting volcano plot of the DE results of U937none_vs_U937antimony according to the columns: logFC and adj.P.Val using the expressionset colors.
hs_macr_de <- all_pairwise(hs_macr, model_batch = "svaseq", filter = TRUE)
## This DE analysis will perform all pairwise comparisons among:
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'pData': object 'hs_macr' not found
hs_macr_table <- combine_de_tables(
hs_macr_de,
keepers = tmrc2_human_keepers,
excel = glue::glue("excel/hs_macr_drug_zymo_table-v{ver}.xlsx"))
## Deleting the file excel/hs_macr_drug_zymo_table-v202212.xlsx before writing the tables.
## Error in combine_de_tables(hs_macr_de, keepers = tmrc2_human_keepers, : object 'hs_macr_de' not found
## extra_contrasts = extra)
hs_macr_sig <- extract_significant_genes(
hs_macr_table,
excel = glue::glue("excel/hs_macr_drug_zymo_sig-v{ver}.xlsx"))
## Deleting the file excel/hs_macr_drug_zymo_sig-v202212.xlsx before writing the tables.
## Error in extract_significant_genes(hs_macr_table, excel = glue::glue("excel/hs_macr_drug_zymo_sig-v{ver}.xlsx")): object 'hs_macr_table' not found
u937_de <- all_pairwise(u937_expt, model_batch = "svaseq", filter = TRUE)
## This DE analysis will perform all pairwise comparisons among:
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'pData': object 'u937_expt' not found
## extra_contrasts=extra)
u937_table <- combine_de_tables(
u937_de,
keepers = tmrc2_human_keepers,
excel = glue::glue("excel/u937_drug_zymo_table-v{ver}.xlsx"))
## Deleting the file excel/u937_drug_zymo_table-v202212.xlsx before writing the tables.
## Error in combine_de_tables(u937_de, keepers = tmrc2_human_keepers, excel = glue::glue("excel/u937_drug_zymo_table-v{ver}.xlsx")): object 'u937_de' not found
u937_sig <- extract_significant_genes(
u937_table,
excel = glue::glue("excel/u937_drug_zymo_sig-v{ver}.xlsx"))
## Deleting the file excel/u937_drug_zymo_sig-v202212.xlsx before writing the tables.
## Error in extract_significant_genes(u937_table, excel = glue::glue("excel/u937_drug_zymo_sig-v{ver}.xlsx")): object 'u937_table' not found
Compare (no)Sb
z2.3/z2.2 treatments among macrophages
upset_plots_hs_macr <- upsetr_sig(
hs_macr_sig, both = TRUE,
contrasts = c("z23sb_vs_z22sb", "z23nosb_vs_z22nosb"))
## Error in upsetr_sig(hs_macr_sig, both = TRUE, contrasts = c("z23sb_vs_z22sb", : object 'hs_macr_sig' not found
upset_plots_hs_macr[["both"]]
## Error in eval(expr, envir, enclos): object 'upset_plots_hs_macr' not found
groups <- upset_plots_hs_macr[["both_groups"]]
## Error in eval(expr, envir, enclos): object 'upset_plots_hs_macr' not found
shared_genes <- attr(groups, "elements")[groups[[2]]] %>%
gsub(pattern = "^gene:", replacement = "")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'gsub': object 'groups' not found
length(shared_genes)
## Error in eval(expr, envir, enclos): object 'shared_genes' not found
shared_gp <- simple_gprofiler(shared_genes)
## Error in "character" %in% class(sig_genes): object 'shared_genes' not found
shared_gp[["pvalue_plots"]][["MF"]]
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
pp(file="images/shared_genes_bp.png")
shared_gp[["pvalue_plots"]][["BP"]]
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
dev.off()
## png
## 2
shared_gp[["pvalue_plots"]][["REAC"]]
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
drug_genes <- attr(groups, "elements")[groups[["z23sb_vs_z22sb"]]] %>%
gsub(pattern = "^gene:", replacement = "")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'gsub': object 'groups' not found
drugonly_gp <- simple_gprofiler(drug_genes)
## Error in "character" %in% class(sig_genes): object 'drug_genes' not found
drugonly_gp[["pvalue_plots"]][["BP"]]
## Error in eval(expr, envir, enclos): object 'drugonly_gp' not found
I want to try something, directly include the u937 data in this…
both_sig <- hs_macr_sig
## Error in eval(expr, envir, enclos): object 'hs_macr_sig' not found
names(both_sig[["deseq"]][["ups"]]) <- paste0("macr_", names(both_sig[["deseq"]][["ups"]]))
## Error in paste0("macr_", names(both_sig[["deseq"]][["ups"]])): object 'both_sig' not found
names(both_sig[["deseq"]][["downs"]]) <- paste0("macr_", names(both_sig[["deseq"]][["downs"]]))
## Error in paste0("macr_", names(both_sig[["deseq"]][["downs"]])): object 'both_sig' not found
u937_deseq <- u937_sig[["deseq"]]
## Error in eval(expr, envir, enclos): object 'u937_sig' not found
names(u937_deseq[["ups"]]) <- paste0("u937_", names(u937_deseq[["ups"]]))
## Error in paste0("u937_", names(u937_deseq[["ups"]])): object 'u937_deseq' not found
names(u937_deseq[["downs"]]) <- paste0("u937_", names(u937_deseq[["downs"]]))
## Error in paste0("u937_", names(u937_deseq[["downs"]])): object 'u937_deseq' not found
both_sig[["deseq"]][["ups"]] <- c(both_sig[["deseq"]][["ups"]], u937_deseq[["ups"]])
## Error in eval(expr, envir, enclos): object 'both_sig' not found
both_sig[["deseq"]][["downs"]] <- c(both_sig[["deseq"]][["ups"]], u937_deseq[["downs"]])
## Error in eval(expr, envir, enclos): object 'both_sig' not found
summary(both_sig[["deseq"]][["ups"]])
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'summary': object 'both_sig' not found
upset_plots_both <- upsetr_sig(
both_sig, both=TRUE,
contrasts=c("macr_z23sb_vs_z22sb", "macr_z23nosb_vs_z22nosb",
"u937_z23sb_vs_z22sb", "u937_z23nosb_vs_z22nosb"))
## Error in upsetr_sig(both_sig, both = TRUE, contrasts = c("macr_z23sb_vs_z22sb", : object 'both_sig' not found
upset_plots_both$both
## Error in eval(expr, envir, enclos): object 'upset_plots_both' not found
Compare DE
results from macrophages and U937 samples
Looking a bit more closely at these, I think the u937 data is too
sparse to effectively compare.
macr_u937_comparison <- compare_de_results(hs_macr_table, u937_table)
## Testing method: limma.
## Error: object 'hs_macr_table' not found
macr_u937_comparison$lfc_heat
## Error in eval(expr, envir, enclos): object 'macr_u937_comparison' not found
macr_u937_venns <- compare_significant_contrasts(hs_macr_sig, second_sig_tables = u937_sig,
contrasts = "z23sb_vs_z23nosb")
## Error in compare_significant_contrasts(hs_macr_sig, second_sig_tables = u937_sig, : object 'hs_macr_sig' not found
macr_u937_venns$up_plot
## Error in eval(expr, envir, enclos): object 'macr_u937_venns' not found
macr_u937_venns$down_plot
## Error in eval(expr, envir, enclos): object 'macr_u937_venns' not found
macr_u937_venns_v2 <- compare_significant_contrasts(hs_macr_sig, second_sig_tables = u937_sig,
contrasts = "z22sb_vs_z22nosb")
## Error in compare_significant_contrasts(hs_macr_sig, second_sig_tables = u937_sig, : object 'hs_macr_sig' not found
macr_u937_venns_v2$up_plot
## Error in eval(expr, envir, enclos): object 'macr_u937_venns_v2' not found
macr_u937_venns_v2$down_plot
## Error in eval(expr, envir, enclos): object 'macr_u937_venns_v2' not found
macr_u937_venns_v3 <- compare_significant_contrasts(hs_macr_sig, second_sig_tables = u937_sig,
contrasts = "sb_vs_uninf")
## Error in compare_significant_contrasts(hs_macr_sig, second_sig_tables = u937_sig, : object 'hs_macr_sig' not found
macr_u937_venns_v3$up_plot
## Error in eval(expr, envir, enclos): object 'macr_u937_venns_v3' not found
macr_u937_venns_v3$down_plot
## Error in eval(expr, envir, enclos): object 'macr_u937_venns_v3' not found
Compare
macrophage/u937 with respect to z2.3/z2.2
comparison_df <- merge(hs_macr_table[["data"]][["z23sb_vs_z22sb"]],
u937_table[["data"]][["z23sb_vs_z22sb"]],
by = "row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_macr_table' not found
macru937_z23z22_plot <- plot_linear_scatter(comparison_df[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'comparison_df' not found
macru937_z23z22_plot$scatter
## Error in eval(expr, envir, enclos): object 'macru937_z23z22_plot' not found
comparison_df <- merge(hs_macr_table[["data"]][["z23nosb_vs_z22nosb"]],
u937_table[["data"]][["z23nosb_vs_z22nosb"]],
by = "row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_macr_table' not found
macru937_z23z22_plot <- plot_linear_scatter(comparison_df[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'comparison_df' not found
macru937_z23z22_plot$scatter
## Error in eval(expr, envir, enclos): object 'macru937_z23z22_plot' not found
Add donor to the
contrasts, no sva
no_power_fact <- paste0(pData(hs_macr)[["donor"]], "_",
pData(hs_macr)[["condition"]])
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'pData': object 'hs_macr' not found
hs_nopower <- set_expt_conditions(hs_macr, fact = no_power_fact)
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'pData': object 'hs_macr' not found
hs_nopower <- subset_expt(hs_nopower, subset="macrophagezymodeme!='none'")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'sampleNames': object 'hs_nopower' not found
hs_nopower_nosva_de <- all_pairwise(hs_nopower, model_batch = FALSE, filter = TRUE)
## This DE analysis will perform all pairwise comparisons among:
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'pData': object 'hs_nopower' not found
nopower_keepers <- list(
"d01_zymo" = c("d01infz23", "d01infz22"),
"d01_sbzymo" = c("d01infsbz23", "d01infsbz22"),
"d02_zymo" = c("d02infz23", "d02infz22"),
"d02_sbzymo" = c("d02infsbz23", "d02infsbz22"),
"d09_zymo" = c("d09infz23", "d09infz22"),
"d09_sbzymo" = c("d09infsbz23", "d09infsbz22"),
"d81_zymo" = c("d81infz23", "d81infz22"),
"d81_sbzymo" = c("d81infsbz23", "d81infsbz22"))
hs_nopower_nosva_table <- combine_de_tables(
hs_nopower_nosva_de, keepers = nopower_keepers,
excel = glue::glue("excel/hs_nopower_table-v{ver}.xlsx"))
## Deleting the file excel/hs_nopower_table-v202212.xlsx before writing the tables.
## Error in combine_de_tables(hs_nopower_nosva_de, keepers = nopower_keepers, : object 'hs_nopower_nosva_de' not found
## extra_contrasts = extra)
hs_nopower_nosva_sig <- extract_significant_genes(
hs_nopower_nosva_table,
excel = glue::glue("excel/hs_nopower_nosva_sig-v{ver}.xlsx"))
## Deleting the file excel/hs_nopower_nosva_sig-v202212.xlsx before writing the tables.
## Error in extract_significant_genes(hs_nopower_nosva_table, excel = glue::glue("excel/hs_nopower_nosva_sig-v{ver}.xlsx")): object 'hs_nopower_nosva_table' not found
d01d02_zymo_nosva_comp <- merge(hs_nopower_nosva_table[["data"]][["d01_zymo"]],
hs_nopower_nosva_table[["data"]][["d02_zymo"]],
by="row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_nopower_nosva_table' not found
d0102_zymo_nosva_plot <- plot_linear_scatter(d01d02_zymo_nosva_comp[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'd01d02_zymo_nosva_comp' not found
d0102_zymo_nosva_plot$scatter
## Error in eval(expr, envir, enclos): object 'd0102_zymo_nosva_plot' not found
d0102_zymo_nosva_plot$correlation
## Error in eval(expr, envir, enclos): object 'd0102_zymo_nosva_plot' not found
d0102_zymo_nosva_plot$lm_rsq
## Error in eval(expr, envir, enclos): object 'd0102_zymo_nosva_plot' not found
d09d81_zymo_nosva_comp <- merge(hs_nopower_nosva_table[["data"]][["d09_zymo"]],
hs_nopower_nosva_table[["data"]][["d81_zymo"]],
by="row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_nopower_nosva_table' not found
d0981_zymo_nosva_plot <- plot_linear_scatter(d09d81_zymo_nosva_comp[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'd09d81_zymo_nosva_comp' not found
d0981_zymo_nosva_plot$scatter
## Error in eval(expr, envir, enclos): object 'd0981_zymo_nosva_plot' not found
d0981_zymo_nosva_plot$correlation
## Error in eval(expr, envir, enclos): object 'd0981_zymo_nosva_plot' not found
d0981_zymo_nosva_plot$lm_rsq
## Error in eval(expr, envir, enclos): object 'd0981_zymo_nosva_plot' not found
d01d81_zymo_nosva_comp <- merge(hs_nopower_nosva_table[["data"]][["d01_zymo"]],
hs_nopower_nosva_table[["data"]][["d81_zymo"]],
by="row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_nopower_nosva_table' not found
d0181_zymo_nosva_plot <- plot_linear_scatter(d01d81_zymo_nosva_comp[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'd01d81_zymo_nosva_comp' not found
d0181_zymo_nosva_plot$scatter
## Error in eval(expr, envir, enclos): object 'd0181_zymo_nosva_plot' not found
d0181_zymo_nosva_plot$correlation
## Error in eval(expr, envir, enclos): object 'd0181_zymo_nosva_plot' not found
d0181_zymo_nosva_plot$lm_rsq
## Error in eval(expr, envir, enclos): object 'd0181_zymo_nosva_plot' not found
upset_plots_nosva <- upsetr_sig(hs_nopower_nosva_sig, both=TRUE,
contrasts=c("d01_zymo", "d02_zymo", "d09_zymo", "d81_zymo"))
## Error in upsetr_sig(hs_nopower_nosva_sig, both = TRUE, contrasts = c("d01_zymo", : object 'hs_nopower_nosva_sig' not found
upset_plots_nosva$up
## Error in eval(expr, envir, enclos): object 'upset_plots_nosva' not found
upset_plots_nosva$down
## Error in eval(expr, envir, enclos): object 'upset_plots_nosva' not found
upset_plots_nosva$both
## Error in eval(expr, envir, enclos): object 'upset_plots_nosva' not found
## The 7th element in the both groups list is the set shared among all donors.
## I don't feel like writing out x:y:z:a
groups <- upset_plots_nosva[["both_groups"]]
## Error in eval(expr, envir, enclos): object 'upset_plots_nosva' not found
shared_genes <- attr(groups, "elements")[groups[[7]]] %>%
gsub(pattern = "^gene:", replacement = "")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'gsub': object 'groups' not found
shared_gp <- simple_gprofiler(shared_genes)
## Error in "character" %in% class(sig_genes): object 'shared_genes' not found
shared_gp$pvalue_plots$MF
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
shared_gp$pvalue_plots$BP
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
shared_gp$pvalue_plots$REAC
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
shared_gp$pvalue_plots$WP
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
Add donor to the
contrasts, sva
hs_nopower_sva_de <- all_pairwise(hs_nopower, model_batch = "svaseq", filter = TRUE)
## This DE analysis will perform all pairwise comparisons among:
## Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'pData': object 'hs_nopower' not found
nopower_keepers <- list(
"d01_zymo" = c("d01infz23", "d01infz22"),
"d01_sbzymo" = c("d01infsbz23", "d01infsbz22"),
"d02_zymo" = c("d02infz23", "d02infz22"),
"d02_sbzymo" = c("d02infsbz23", "d02infsbz22"),
"d09_zymo" = c("d09infz23", "d09infz22"),
"d09_sbzymo" = c("d09infsbz23", "d09infsbz22"),
"d81_zymo" = c("d81infz23", "d81infz22"),
"d81_sbzymo" = c("d81infsbz23", "d81infsbz22"))
hs_nopower_sva_table <- combine_de_tables(
hs_nopower_sva_de, keepers = nopower_keepers,
excel = glue::glue("excel/hs_nopower_table-v{ver}.xlsx"))
## Error in combine_de_tables(hs_nopower_sva_de, keepers = nopower_keepers, : object 'hs_nopower_sva_de' not found
## extra_contrasts = extra)
hs_nopower_sva_sig <- extract_significant_genes(
hs_nopower_sva_table,
excel = glue::glue("excel/hs_nopower_sva_sig-v{ver}.xlsx"))
## Error in extract_significant_genes(hs_nopower_sva_table, excel = glue::glue("excel/hs_nopower_sva_sig-v{ver}.xlsx")): object 'hs_nopower_sva_table' not found
d01d02_zymo_sva_comp <- merge(hs_nopower_sva_table[["data"]][["d01_zymo"]],
hs_nopower_sva_table[["data"]][["d02_zymo"]],
by="row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_nopower_sva_table' not found
d0102_zymo_sva_plot <- plot_linear_scatter(d01d02_zymo_sva_comp[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'd01d02_zymo_sva_comp' not found
d0102_zymo_sva_plot$scatter
## Error in eval(expr, envir, enclos): object 'd0102_zymo_sva_plot' not found
d0102_zymo_sva_plot$correlation
## Error in eval(expr, envir, enclos): object 'd0102_zymo_sva_plot' not found
d0102_zymo_sva_plot$lm_rsq
## Error in eval(expr, envir, enclos): object 'd0102_zymo_sva_plot' not found
d09d81_zymo_sva_comp <- merge(hs_nopower_sva_table[["data"]][["d09_zymo"]],
hs_nopower_sva_table[["data"]][["d81_zymo"]],
by="row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_nopower_sva_table' not found
d0981_zymo_sva_plot <- plot_linear_scatter(d09d81_zymo_sva_comp[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'd09d81_zymo_sva_comp' not found
d0981_zymo_sva_plot$scatter
## Error in eval(expr, envir, enclos): object 'd0981_zymo_sva_plot' not found
d0981_zymo_sva_plot$correlation
## Error in eval(expr, envir, enclos): object 'd0981_zymo_sva_plot' not found
d0981_zymo_sva_plot$lm_rsq
## Error in eval(expr, envir, enclos): object 'd0981_zymo_sva_plot' not found
d01d81_zymo_sva_comp <- merge(hs_nopower_sva_table[["data"]][["d01_zymo"]],
hs_nopower_sva_table[["data"]][["d81_zymo"]],
by="row.names")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'merge': object 'hs_nopower_sva_table' not found
d0181_zymo_sva_plot <- plot_linear_scatter(d01d81_zymo_sva_comp[, c("deseq_logfc.x", "deseq_logfc.y")])
## Error in data.frame(df[, c(1, 2)]): object 'd01d81_zymo_sva_comp' not found
d0181_zymo_sva_plot$scatter
## Error in eval(expr, envir, enclos): object 'd0181_zymo_sva_plot' not found
d0181_zymo_sva_plot$correlation
## Error in eval(expr, envir, enclos): object 'd0181_zymo_sva_plot' not found
d0181_zymo_sva_plot$lm_rsq
## Error in eval(expr, envir, enclos): object 'd0181_zymo_sva_plot' not found
upset_plots_sva <- upsetr_sig(hs_nopower_sva_sig, both=TRUE,
contrasts=c("d01_zymo", "d02_zymo", "d09_zymo", "d81_zymo"))
## Error in upsetr_sig(hs_nopower_sva_sig, both = TRUE, contrasts = c("d01_zymo", : object 'hs_nopower_sva_sig' not found
upset_plots_sva$up
## Error in eval(expr, envir, enclos): object 'upset_plots_sva' not found
upset_plots_sva$down
## Error in eval(expr, envir, enclos): object 'upset_plots_sva' not found
upset_plots_sva$both
## Error in eval(expr, envir, enclos): object 'upset_plots_sva' not found
## The 7th element in the both groups list is the set shared among all donors.
## I don't feel like writing out x:y:z:a
groups <- upset_plots_sva[["both_groups"]]
## Error in eval(expr, envir, enclos): object 'upset_plots_sva' not found
shared_genes <- attr(groups, "elements")[groups[[7]]] %>%
gsub(pattern = "^gene:", replacement = "")
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'gsub': object 'groups' not found
shared_gp <- simple_gprofiler(shared_genes)
## Error in "character" %in% class(sig_genes): object 'shared_genes' not found
shared_gp$pvalue_plots$MF
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
shared_gp$pvalue_plots$BP
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
shared_gp$pvalue_plots$REAC
## Error in eval(expr, envir, enclos): object 'shared_gp' not found
shared_gp$pvalue_plots$WP
## Error in eval(expr, envir, enclos): object 'shared_gp' not found