Skip to content

Commit

Permalink
organism change to Homo sapiens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigyasa-G authored Jul 31, 2023
1 parent 92c55c6 commit 959d0cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/pathwayCommons.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ read.gmt.pc <- function(gmtfile, output = "data.frame") {
organism <- unique(x$organism)
gson(gsid2gene = gsid2gene,
gsid2name = gsid2name,
gsname = "Pathway Commons",
datasource = datasource,
organism = organism)
gsname = "Pathway Commons",
organism = " Homo sapiens")
}

get_pc_data <- function(source, output = "data.frame") {
Expand Down

0 comments on commit 959d0cc

Please sign in to comment.