{
  "_id": "6a197ff8acfb0bcc41df8595",
  "Package": "diffEnrich",
  "Title": "Given a List of Gene Symbols, Performs Differential Enrichment\nAnalysis",
  "Version": "0.1.2",
  "Authors@R": "c(person(given = \"Harry\",\nfamily = \"Smith\",\nrole = c(\"aut\", \"cre\"),\nemail = \"harry.smith@ucdenver.edu\"),\nperson(given = \"Laura\",\nfamily = \"Saba\",\nrole = \"aut\",\nemail = \"laura.saba@ucdenver.edu\"))",
  "Description": "Compare functional enrichment between two\nexperimentally-derived groups of genes or proteins (Peterson,\nDR., et al.(2018)) <doi: 10.1371/journal.pone.0198139>. Given a\nlist of gene symbols, 'diffEnrich' will perform differential\nenrichment analysis using the Kyoto Encyclopedia of Genes and\nGenomes (KEGG) REST API. This package provides a number of\nfunctions that are intended to be used in a pipeline. Briefly,\nthe user provides a KEGG formatted species id for either human,\nmouse or rat, and the package will download and clean species\nspecific ENTREZ gene IDs and map them to their respective KEGG\npathways by accessing KEGG's REST API. KEGG's API is used to\nguarantee the most up-to-date pathway data from KEGG. Next, the\nuser will identify significantly enriched pathways from two\ngene sets, and finally, the user will identify pathways that\nare differentially enriched between the two gene sets. In\naddition to the analysis pipeline, this package also provides a\nplotting function.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.0.2",
  "URL": "https://github.com/SabaLab/diffEnrich",
  "BugReports": "https://github.com/SabaLab/diffEnrich/issues",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://sabalab.r-universe.dev",
  "Date/Publication": "2022-06-27 17:27:35 UTC",
  "RemoteUrl": "https://github.com/sabalab/diffenrich",
  "RemoteRef": "HEAD",
  "RemoteSha": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 11:31:42 UTC",
    "User": "root"
  },
  "Author": "Harry Smith [aut, cre],\nLaura Saba [aut]",
  "Maintainer": "Harry Smith <harry.smith@ucdenver.edu>",
  "MD5sum": "bc3c392249e99edcd52b067e4c598282",
  "_user": "sabalab",
  "_type": "src",
  "_file": "diffEnrich_0.1.2.tar.gz",
  "_fileid": "09d586051b95acafee4f16d709ba3593562f9409fcce0432f183c2c4def7233b",
  "_filesize": 697323,
  "_sha256": "09d586051b95acafee4f16d709ba3593562f9409fcce0432f183c2c4def7233b",
  "_created": "2026-05-29T11:31:42.000Z",
  "_published": "2026-05-29T12:00:56.473Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78492342239,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7289687935"
    },
    {
      "job": 78492342273,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7289692074"
    },
    {
      "job": 78492342289,
      "time": 155,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7290102921"
    },
    {
      "job": 78492342262,
      "time": 185,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7290122424"
    },
    {
      "job": 78491799582,
      "time": 221,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7289651246"
    },
    {
      "job": 78492342236,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7289681944"
    },
    {
      "job": 78492342308,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7289677556"
    },
    {
      "job": 78492342275,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7289677341"
    },
    {
      "job": 78492342299,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7289680587"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sabalab/diffenrich",
  "_commit": {
    "id": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
    "author": "hsmith9002 <hsmith9002@yahoo.com>",
    "committer": "hsmith9002 <hsmith9002@yahoo.com>",
    "message": "updated README.Rmd\n",
    "time": 1656350855
  },
  "_maintainer": {
    "name": "Harry Smith",
    "email": "harry.smith@ucdenver.edu",
    "login": "hsmith9002",
    "description": "",
    "uuid": 17990491
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "here",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "ggnewscale",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "diagram",
      "role": "Suggests"
    }
  ],
  "_owner": "sabalab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "hsmith9002",
      "count": 376,
      "uuid": 17990491
    },
    {
      "user": "laurasaba",
      "count": 4,
      "uuid": 2387190
    }
  ],
  "_userbio": {
    "uuid": 33462892,
    "type": "organization",
    "name": "SabaLab"
  },
  "_downloads": {
    "count": 187,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/diffEnrich"
  },
  "_devurl": "https://github.com/sabalab/diffenrich",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/diffEnrich.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sabalab/diffenrich",
  "_realowner": "sabalab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-11-01"
    },
    {
      "version": "0.1.1",
      "date": "2019-11-22"
    },
    {
      "version": "0.1.2",
      "date": "2022-06-27"
    }
  ],
  "_exports": [
    "diffEnrich",
    "get_kegg",
    "pathEnrich",
    "plotFoldEnrichment"
  ],
  "_datasets": [
    {
      "name": "geneLists",
      "title": "geneLists",
      "object": "geneLists",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "kegg",
      "title": "kegg",
      "object": "kegg",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dot-api_pull",
      "title": ".api_pull",
      "topics": [
        ".api_pull"
      ]
    },
    {
      "page": "dot-combineEnrich",
      "title": ".combineEnrich",
      "topics": [
        ".combineEnrich"
      ]
    },
    {
      "page": "dot-data_read",
      "title": ".data_read",
      "topics": [
        ".data_read"
      ]
    },
    {
      "page": "diffEnrich",
      "title": "diffEnrich",
      "topics": [
        "diffEnrich",
        "print.diffEnrich",
        "summary.diffEnrich"
      ]
    },
    {
      "page": "geneLists",
      "title": "geneLists",
      "topics": [
        "geneLists"
      ]
    },
    {
      "page": "get_kegg",
      "title": "get_kegg",
      "topics": [
        "get_kegg"
      ]
    },
    {
      "page": "kegg",
      "title": "kegg",
      "topics": [
        "kegg"
      ]
    },
    {
      "page": "pathEnrich",
      "title": "pathEnrich",
      "topics": [
        "pathEnrich",
        "print.pathEnrich",
        "summary.pathEnrich"
      ]
    },
    {
      "page": "plotFoldEnrichment",
      "title": "plotFoldEnrichment",
      "topics": [
        "plotFoldEnrichment"
      ]
    }
  ],
  "_readme": "https://github.com/sabalab/diffenrich/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggnewscale",
    "ggplot2",
    "glue",
    "gtable",
    "here",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "plyr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "rprojroot",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "diffenrich_vignette.Rmd",
      "filename": "diffenrich_vignette.html",
      "title": "diffEnrich by example",
      "author": "Harry Smith",
      "engine": "knitr::rmarkdown",
      "headings": [
        "diffEnrich",
        "Introduction",
        "Installation",
        "Example",
        "Step 1: Collect and store pathways from KEGG API",
        "Step 2: Perform enrichment analysis of individual gene sets",
        "Step 3: Identify differentially enriched KEGG pathways",
        "Figures",
        "Step 4: Plot fold enrichment",
        "References"
      ],
      "created": "2019-07-12 18:09:31",
      "modified": "2022-06-27 17:14:51",
      "commits": 61
    }
  ],
  "_score": 4.217483944213907,
  "_indexed": true,
  "_nocasepkg": "diffenrich",
  "_universes": [
    "sabalab",
    "hsmith9002"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-29T11:33:40.000Z",
      "distro": "noble",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "c369d31a9bedc5b3c53d56b9a213ec48b66d314dff6c38e53f617043e11b118c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-29T11:33:53.000Z",
      "distro": "noble",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "2315eaf0e5585c0c6bbdf0aa0c5f4565774058a6d776957f2a75eb3afc96f74e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-29T11:58:16.000Z",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "deae85c8614d6d30859af511e1c2d0e95cd5b0f303d53e268d0c402d26e3edbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-29T11:59:16.000Z",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "005b2ec5f1cedba4d969ec9b7693d77b73b2bd368ccfa179f051a708372efac0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-29T11:33:47.000Z",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "033cae58f0ca55ebf0dec6767b4b0de4b966d651e62e06e45a8837ca7f405461",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-29T11:32:59.000Z",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "1e1a60106eeb2b0e298b04c179a4010306b4f99882f6fc09209515f908239062",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-29T11:32:58.000Z",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "f16db68dde7e91fa1213f4bab93c1f946f68a56e600ed67a58a3bece223dc8d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-29T11:33:08.000Z",
      "commit": "1c772eaf63ff7897ab9efbb50eadcb1ecd49990e",
      "fileid": "b59f35d5e1eed12b1bf7bd06217456ebba3b1ced298544d1b40268fe95b7d383",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sabalab/actions/runs/26634646903"
    }
  ]
}