Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cparsania committed Oct 10, 2024
1 parent e5ea68a commit 762f006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rnaseq_related.R
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ enrichMsigDB <- function(gene_list,


msigdb_t2g <- dplyr::bind_rows(msigdb_t2g,tibble::tibble(gs_name = "UN_ANNOTATED",
entrez_gene = background[!background %in% msigdb_t2g$entrez_gene] %>% as.numeric()))
entrez_gene = background$ENTREZID[!background$ENTREZID %in% msigdb_t2g$entrez_gene] %>% as.numeric()))


}
Expand Down

0 comments on commit 762f006

Please sign in to comment.