# \donttest{
data(PBMC_example)
norm_counts <- PBMC_example$bulk_normalized
signature <- PBMC_example$odds_ratio_in
tst <- compare_deconvolution_methods(count_file = norm_counts,
signature_matrix = signature, print_plot = FALSE,
order_celltype = c("I_mono", "C_mono", "CD8_CM", "CD8_TE",
"B_SM", "B_NSM", "B_naive"), useWGCNA = FALSE)
# }
Run the code above in your browser using DataLab