Skip to content

Commit

Permalink
Merge branch 'fix_conversion_fuction' of https://github.com/omnidecon…
Browse files Browse the repository at this point in the history
…v/immunedeconv into fix_conversion_fuction
  • Loading branch information
Merotto committed Nov 17, 2023
2 parents e5a84a7 + 5f4dc80 commit 231179d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions R/custom_deconvolution_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ deconvolute_consensus_tme_custom <- function(gene_expression_matrix, signature_g
deconvolute_seqimmucc_custom <- function(gene_expression_matrix,
signature_matrix,
...) {

arguments <- dots_list(
signature = signature_matrix,
SampleData = gene_expression_matrix, ..., .homonyms = "last"
Expand All @@ -175,7 +174,7 @@ deconvolute_seqimmucc_custom <- function(gene_expression_matrix,
results <- eval(call)


#results <- seqImmuCC_LLSR(signature_matrix, gene_expression_matrix, ..., .homonyms = "last")
# results <- seqImmuCC_LLSR(signature_matrix, gene_expression_matrix, ..., .homonyms = "last")
results <- results[, !colnames(results) %in% c("Correlation", "RMSE")]

return(t(results))
Expand Down
2 changes: 1 addition & 1 deletion man/deconvolute_seqimmucc_custom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 231179d

Please sign in to comment.