Skip to content

Commit

Permalink
Merge pull request #72 from bcbio/eberdan-patch-5
Browse files Browse the repository at this point in the history
Update FA.R
  • Loading branch information
lpantano authored Jan 23, 2025
2 parents 43374a9 + b73a6ed commit 9860103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/templates/rnaseq/00_libs/FA.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ get_databases_v2=function(sps="human"){
"m5.go.mf.v2024.1.Mm.entrez.gmt",
"m5.go.cc.v2024.1.Mm.entrez.gmt",
"m5.go.bp.v2024.1.Mm.entrez.gmt",
"m2.cp.reactome.v2024.1.Mm.entrez.gmt",
"m2.cp.kegg_legacy.v2024.1.Mm.entrez.gmt"))
"m2.cp.reactome.v2024.1.Mm.entrez.gmt"))
all_in_life=lapply(gmt.files[[sps]], function(gmt){
df=read.gmt(file.path(source,sps,gmt))
names(df)=c("gs_name", "entrez_gene")
Expand Down

0 comments on commit 9860103

Please sign in to comment.