{
  "_id": "6a39c4664c3da884a928e7fc",
  "Package": "linkmapper",
  "Title": "Linkmapper: A GUI for Linkage Mapping and QTL Visualisation",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Ebenezer\", \"Ogoe\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ebenezerogoe@gmail.com\"),\nperson(\"Michael\", \"Obeng\",\nrole = \"ctb\"),\nperson(\"Barnie Stephen\", \"Amoako\",\nrole = \"ctb\")\n)",
  "Description": "A Shiny web application that wraps the 'onemap' R package\nto let users perform linkage mapping and QTL visualisation on\nbiparental mapping populations (F2 intercross and backcross)\nwithout writing any code. Provides a graphical workflow for\ndata upload, segregation distortion testing, two-point linkage\nanalysis, marker grouping, linkage group ordering, and final\nlinkage map generation and download. Designed for students and\nresearchers in molecular genetics and plant breeding who\nrequire a reproducible, open-source alternative to commercial\nlinkage mapping software.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://github.com/ebenogoe/linkmapper",
  "BugReports": "https://github.com/ebenogoe/linkmapper/issues",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev\nlibx11-dev zlib1g-dev",
  "Repository": "https://ebenogoe.r-universe.dev",
  "Date/Publication": "2026-06-22 22:39:40 UTC",
  "RemoteUrl": "https://github.com/ebenogoe/linkmapper",
  "RemoteRef": "main",
  "RemoteSha": "5eae583906672077cd01857e64a73a713d215f13",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-22 23:22:04 UTC",
    "User": "root"
  },
  "Author": "Ebenezer Ogoe [aut, cre],\nMichael Obeng [ctb],\nBarnie Stephen Amoako [ctb]",
  "Maintainer": "Ebenezer Ogoe <ebenezerogoe@gmail.com>",
  "MD5sum": "d16ceb29414beb2e27ea6e2e34b1b23b",
  "_user": "ebenogoe",
  "_type": "src",
  "_file": "linkmapper_0.1.0.tar.gz",
  "_fileid": "af9c151dc736d3a1308c482bb626349894a5f8e7b3b6ff53cc2797529f54dc95",
  "_filesize": 266236,
  "_sha256": "af9c151dc736d3a1308c482bb626349894a5f8e7b3b6ff53cc2797529f54dc95",
  "_created": "2026-06-22T23:22:04.000Z",
  "_published": "2026-06-22T23:25:26.737Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82842572539,
      "time": 173,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7807506098"
    },
    {
      "job": 82842572546,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7807505708"
    },
    {
      "job": 82842572550,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7807482945"
    },
    {
      "job": 82842572537,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7807486692"
    },
    {
      "job": 82842029382,
      "time": 255,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7807462340"
    },
    {
      "job": 82842572534,
      "time": 147,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7807499858"
    },
    {
      "job": 82842572628,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7807492129"
    },
    {
      "job": 82842572536,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7807485893"
    },
    {
      "job": 82842572538,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7807483039"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ebenogoe/linkmapper",
  "_commit": {
    "id": "5eae583906672077cd01857e64a73a713d215f13",
    "author": "ebenogoe <ebenezerogoe@gmail.com>",
    "committer": "ebenogoe <ebenezerogoe@gmail.com>",
    "message": "Fix vignette em dashes, stale placeholders, and R CMD check notes\n\n- Replace all em dashes with hyphens in both vignettes\n- Fill in ShinyApps.io URL and GitHub issues URL (were placeholder comments)\n- Add DiagrammeR to Suggests (used in intro vignette diagram block)\n- Delete man/.gitkeep (flagged as invalid filename in R CMD check --as-cran)\n",
    "time": 1782167980
  },
  "_maintainer": {
    "name": "Ebenezer Ogoe",
    "email": "ebenezerogoe@gmail.com",
    "login": "ebenogoe",
    "linkedin": "in/ebenogoe",
    "description": "",
    "uuid": 12881069
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "shiny",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "onemap",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "shinyjs",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "waiter",
      "role": "Suggests"
    },
    {
      "package": "bslib",
      "version": ">= 0.5.0",
      "role": "Suggests"
    },
    {
      "package": "bsicons",
      "role": "Suggests"
    },
    {
      "package": "qtl",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "DiagrammeR",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "ebenogoe",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-26",
      "n": 5
    }
  ],
  "_tags": [],
  "_topics": [
    "gene-map",
    "linkage-mapping",
    "open-source",
    "qtl-mapping",
    "r-shiny"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ebenogoe",
      "count": 5,
      "uuid": 12881069
    }
  ],
  "_userbio": {
    "uuid": 12881069,
    "type": "user",
    "name": "Ebenezer Ogoe",
    "followers": 2
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/linkmapper"
  },
  "_devurl": "https://github.com/ebenogoe/linkmapper",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/linkmapper.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "group_markers",
    "run_linkmapper",
    "validate_lm_file"
  ],
  "_help": [
    {
      "page": "group_markers",
      "title": "Group markers into linkage groups",
      "topics": [
        "group_markers"
      ]
    },
    {
      "page": "run_linkmapper",
      "title": "Run the Linkmapper Shiny application",
      "topics": [
        "run_linkmapper"
      ]
    },
    {
      "page": "validate_lm_file",
      "title": "Validate and read a MAPMAKER linkage mapping input file",
      "topics": [
        "validate_lm_file"
      ]
    }
  ],
  "_readme": "https://github.com/ebenogoe/linkmapper/raw/main/README.md",
  "_rundeps": [
    "abind",
    "ape",
    "askpass",
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "car",
    "carData",
    "checkmate",
    "class",
    "cli",
    "clipr",
    "cluster",
    "codetools",
    "colorspace",
    "commonmark",
    "corrplot",
    "cowplot",
    "cpp11",
    "crayon",
    "crosstalk",
    "curl",
    "data.table",
    "dendextend",
    "Deriv",
    "digest",
    "doBy",
    "doParallel",
    "dplyr",
    "e1071",
    "ellipse",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "foreach",
    "forecast",
    "foreign",
    "Formula",
    "fracdiff",
    "fs",
    "gdata",
    "generics",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "glmnet",
    "glue",
    "gridExtra",
    "gtable",
    "gtools",
    "haven",
    "highr",
    "Hmisc",
    "hms",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr",
    "isoband",
    "iterators",
    "jomo",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lazyeval",
    "lifecycle",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "memuse",
    "mgcv",
    "mice",
    "microbenchmark",
    "mime",
    "minqa",
    "mitml",
    "modelr",
    "nlme",
    "nloptr",
    "nnet",
    "nnls",
    "numDeriv",
    "onemap",
    "openssl",
    "ordinal",
    "otel",
    "pan",
    "pbkrtest",
    "permute",
    "pillar",
    "pinfsc50",
    "pkgconfig",
    "plotly",
    "plotrix",
    "plyr",
    "polynom",
    "prettyunits",
    "princurve",
    "progress",
    "promises",
    "proxy",
    "purrr",
    "quantreg",
    "R6",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "readr",
    "reformulas",
    "reshape2",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstatix",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "shape",
    "shiny",
    "smacof",
    "sourcetools",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tinytex",
    "tzdb",
    "ucminf",
    "urca",
    "utf8",
    "vcfR",
    "vctrs",
    "vegan",
    "viridis",
    "viridisLite",
    "vroom",
    "weights",
    "withr",
    "wordcloud",
    "xfun",
    "xtable",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "linkmapper-intro.Rmd",
      "filename": "linkmapper-intro.html",
      "title": "Introduction to Linkmapper",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Installation",
        "Hosted web app",
        "R package (local)",
        "Data requirements",
        "File format",
        "Genotype encoding",
        "Phenotype columns",
        "The five-step workflow",
        "Step 1 - Upload and prior analysis",
        "Step 2 - Marker grouping",
        "Step 3 - Marker ordering",
        "Step 4 - Linkage map generation",
        "Step 5 - QTL analysis",
        "Downloading results",
        "Limitations",
        "Getting help"
      ],
      "created": "2026-06-22 19:59:37",
      "modified": "2026-06-22 22:39:40",
      "commits": 3
    },
    {
      "source": "linkmapper-tutorial.Rmd",
      "filename": "linkmapper-tutorial.html",
      "title": "Linkmapper Tutorial: Linkage Mapping with the F2 Demo Dataset",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Step 1: Uploading data and prior analysis",
        "Uploading the demo file",
        "Expected prior analysis results",
        "Step 2: Marker grouping",
        "Step 3: Marker ordering",
        "Step 4: Linkage map generation",
        "Expected output",
        "Step 5: QTL analysis",
        "Running a scan",
        "Interpreting the output",
        "Interpreting linkage group statistics",
        "Downloading outputs"
      ],
      "created": "2026-06-22 19:59:37",
      "modified": "2026-06-22 22:39:40",
      "commits": 2
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "linkmapper",
  "_universes": [
    "ebenogoe"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T23:25:00.000Z",
      "distro": "noble",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "d18bcb9087759cb74735eafb7583a8448e583c4d0fbbf8c28ba208b1845b6198",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T23:24:57.000Z",
      "distro": "noble",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "2cac198b97f415d7e70ec16955f0b106bcecaec343f6d1f538e0d885911378fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-22T23:23:30.000Z",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "147844d32a92a73769ff33ee864f6023540a95a65afeddd98c57507b1115d244",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-22T23:23:45.000Z",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "f1155dc1b42d9cf85c30c1c8b913e5de091f737377b9ebdf6996a079235a447b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-22T23:24:48.000Z",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "a91ce8f1d4e3a9a8c8745938304588a1abf90ed480c20b095631c87b002a01d1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-22T23:23:59.000Z",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "5b3e47dcc28a9e3ca24e6e666400ac4ddc6c6e9607dc9342258751d5bdcd2ab4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-22T23:23:33.000Z",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "f430484ea29e282beab7d727c2060181278ddf3d31b35dc6d12c4444846a299c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-22T23:23:24.000Z",
      "commit": "5eae583906672077cd01857e64a73a713d215f13",
      "fileid": "b56a275ef178cb958a60837e011853e6587187d71e717453da3dc9d5f30a493b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ebenogoe/actions/runs/27990614575"
    }
  ]
}