{
  "_id": "6a511f899b92047c28d500c2",
  "Package": "qtl2fst",
  "Version": "0.31-1",
  "Date": "2026-07-10",
  "Title": "Database Storage of Genotype Probabilities for QTL Mapping",
  "Description": "Uses the 'fst' package to store genotype probabilities on\ndisk for the 'qtl2' package. These genotype probabilities are a\ncentral data object for mapping quantitative trait loci (QTL),\nbut they can be quite large. The facilities in this package\nenable the genotype probabilities to be stored on disk, leading\nto reduced memory usage with only a modest increase in\ncomputation time.",
  "Author": "Karl W Broman [aut, cre]\n(<https://orcid.org/0000-0002-4914-6671>), Brian S Yandell\n[aut] (<https://orcid.org/0000-0002-8774-9377>), Petr Simecek\n[aut] (<https://orcid.org/0000-0002-2922-7183>)",
  "Maintainer": "Karl W Broman <broman@wisc.edu>",
  "Authors@R": "c(person(\"Karl W\", \"Broman\", role=c(\"aut\", \"cre\"),\nemail=\"broman@wisc.edu\", comment=c(ORCID = \"0000-0002-4914-6671\")),\nperson(\"Brian S\", \"Yandell\", role=\"aut\",\nemail=\"byandell@wisc.edu\", comment=c(ORCID = \"0000-0002-8774-9377\")),\nperson(\"Petr\", \"Simecek\", role=\"aut\", comment=c(ORCID = \"0000-0002-2922-7183\")))",
  "VignetteBuilder": "knitr",
  "License": "GPL-3",
  "URL": "https://github.com/rqtl/qtl2fst",
  "ByteCompile": "true",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown=TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://rqtl.r-universe.dev",
  "Date/Publication": "2026-07-10 11:23:54 UTC",
  "RemoteUrl": "https://github.com/rqtl/qtl2fst",
  "RemoteRef": "HEAD",
  "RemoteSha": "56b7332ab5dbddd01006e714d17008f92ae45671",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-10 16:32:35 UTC",
    "User": "root"
  },
  "_user": "rqtl",
  "_type": "src",
  "_file": "qtl2fst_0.31-1.tar.gz",
  "_fileid": "https://r2.ropensci.org/230a75014265546c2962a937f26f7900f380e2b37c5ee124e5f7795cf49a70ed",
  "_filesize": 162388,
  "_sha256": "230a75014265546c2962a937f26f7900f380e2b37c5ee124e5f7795cf49a70ed",
  "_expires": "2026-10-18T16:36:24.000Z",
  "_created": "2026-07-10T16:32:35.000Z",
  "_published": "2026-07-10T16:36:25.674Z",
  "_jobs": [
    {
      "job": 86412415892,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8233571916"
    },
    {
      "job": 86412415897,
      "time": 196,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8233582792"
    },
    {
      "job": 86412415907,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8233546982"
    },
    {
      "job": 86412415927,
      "time": 110,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8233548960"
    },
    {
      "job": 86411752371,
      "time": 201,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8233504521"
    },
    {
      "job": 86412415891,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8233546359"
    },
    {
      "job": 86412415984,
      "time": 110,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8233549170"
    },
    {
      "job": 86412415912,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8233545934"
    },
    {
      "job": 86412415864,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8233545583"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225",
  "_status": "success",
  "_upstream": "https://github.com/rqtl/qtl2fst",
  "_commit": {
    "id": "56b7332ab5dbddd01006e714d17008f92ae45671",
    "author": "Karl Broman <kbroman@gmail.com>",
    "committer": "Karl Broman <kbroman@gmail.com>",
    "message": "cores=0 now uses all but 1 core\n",
    "time": 1783682634
  },
  "_maintainer": {
    "name": "Karl W Broman",
    "email": "broman@wisc.edu",
    "login": "kbroman",
    "mastodon": "@kbroman@rstats.me",
    "orcid": "0000-0002-4914-6671",
    "description": "Professor in Dept of Biostatistics & Medical Informatics at UW–Madison. Applied statistician working on statistical genomics.\n",
    "uuid": 53972
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "fst",
      "role": "Imports"
    },
    {
      "package": "qtl2",
      "version": ">= 0.24",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "rqtl",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-21",
      "n": 3
    },
    {
      "week": "2026-22",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 1
    },
    {
      "week": "2026-26",
      "n": 1
    },
    {
      "week": "2026-28",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "kbroman",
      "count": 114,
      "uuid": 53972
    }
  ],
  "_userbio": {
    "uuid": 9142954,
    "type": "organization",
    "name": "R/qtl",
    "followers": 12
  },
  "_downloads": {
    "count": 312,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/qtl2fst"
  },
  "_devurl": "https://github.com/rqtl/qtl2fst",
  "_searchresults": 20,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/qtl2fst.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rqtl/qtl2fst",
  "_realowner": "rqtl",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.22-7",
      "date": "2020-07-30"
    },
    {
      "version": "0.24",
      "date": "2021-04-29"
    },
    {
      "version": "0.26",
      "date": "2021-10-07"
    },
    {
      "version": "0.28",
      "date": "2024-07-16"
    },
    {
      "version": "0.30",
      "date": "2024-11-23"
    }
  ],
  "_exports": [
    "calc_genoprob_fst",
    "cbind.fst_genoprob",
    "fst_extract",
    "fst_files",
    "fst_genoprob",
    "fst_genoprob_restore",
    "fst_path",
    "fst_restore",
    "fst2calc_genoprob",
    "genoprob_to_alleleprob_fst",
    "rbind.fst_genoprob",
    "replace_path",
    "subset_fst_genoprob"
  ],
  "_help": [
    {
      "page": "calc_genoprob_fst",
      "title": "Calculate conditional genotype probabilities and write to fst database",
      "topics": [
        "calc_genoprob_fst"
      ]
    },
    {
      "page": "cbind.fst_genoprob",
      "title": "Join genotype probabilities for different chromosomes",
      "topics": [
        "cbind.fst_genoprob"
      ]
    },
    {
      "page": "fst_extract",
      "title": "Extract genotype probabilities from fst database",
      "topics": [
        "fst2calc_genoprob",
        "fst_extract"
      ]
    },
    {
      "page": "fst_files",
      "title": "List files used in fst_genoprob object",
      "topics": [
        "fst_files"
      ]
    },
    {
      "page": "probs2fst",
      "title": "Store genotype probabilities in fst database",
      "topics": [
        "fst_genoprob"
      ]
    },
    {
      "page": "fst_path",
      "title": "Path used in fst_genoprob object",
      "topics": [
        "fst_path"
      ]
    },
    {
      "page": "fst_restore",
      "title": "Restore fst_genoprob object to original dimensions.",
      "topics": [
        "fst_genoprob_restore",
        "fst_restore"
      ]
    },
    {
      "page": "genoprob_to_alleleprob_fst",
      "title": "Convert genotype probabilities to allele probabilities and write to fst database",
      "topics": [
        "genoprob_to_alleleprob_fst"
      ]
    },
    {
      "page": "rbind.fst_genoprob",
      "title": "Join genotype probabilities for different individuals",
      "topics": [
        "rbind.fst_genoprob"
      ]
    },
    {
      "page": "replace_path",
      "title": "Replace the path used in fst_genoprob object",
      "topics": [
        "replace_path"
      ]
    },
    {
      "page": "subset_fst_genoprob",
      "title": "Subsetting genotype probabilities",
      "topics": [
        "subset.fst_genoprob",
        "subset_fst_genoprob"
      ]
    },
    {
      "page": "summary.fst_genoprob",
      "title": "Summary of an fst_genoprob object",
      "topics": [
        "summary.fst_genoprob"
      ]
    }
  ],
  "_readme": "https://github.com/rqtl/qtl2fst/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "data.table",
    "DBI",
    "fastmap",
    "fst",
    "fstcore",
    "glue",
    "jsonlite",
    "lifecycle",
    "memoise",
    "pkgconfig",
    "qtl2",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "RSQLite",
    "vctrs",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "qtl2fst.Rmd",
      "filename": "qtl2fst.html",
      "title": "qtl2fst user guide",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Selecting one chromosome",
        "Subsetting by ind, chr, mar",
        "Binding by columns or rows",
        "Looking under the hood",
        "Paths",
        "Direct construction of the fst database",
        "Genome scans"
      ],
      "created": "2019-07-16 00:11:48",
      "modified": "2021-04-28 23:28:24",
      "commits": 6
    }
  ],
  "_score": 5.477121254719663,
  "_indexed": true,
  "_nocasepkg": "qtl2fst",
  "_universes": [
    "rqtl",
    "kbroman"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.31-1",
      "date": "2026-07-10T16:35:04.000Z",
      "distro": "resolute",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/a491f9051c51dba2d104043ca42c3132d2b1325fd24bf38d80f8c9d9b44916bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.31-1",
      "date": "2026-07-10T16:35:34.000Z",
      "distro": "resolute",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/6fb9a301781db8c473bbd65a2de38f18db5e94ea7f5765c2abe278fcccbcdc47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.31-1",
      "date": "2026-07-10T16:34:13.000Z",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/64e21335f755c05795c062751382e89f47f9d0c375056a2c98cd10ed106b74b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.31-1",
      "date": "2026-07-10T16:34:16.000Z",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/213b704dee677a51c9a018c5a9916dc4533f438d207d976b9eba5d760de46e7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.31-1",
      "date": "2026-07-10T16:34:35.000Z",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/a94773b1fc73a8b8704f90fff6d97261bd55a26f6519bcbbb851399d1363e786",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.31-1",
      "date": "2026-07-10T16:34:00.000Z",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/6a13557510e2dbf36f90d1493b9de5101eafd2aadb960ea07ea19053f7c8dab9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.31-1",
      "date": "2026-07-10T16:33:49.000Z",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/438023fa49367b60be593d1fe9cb0ff9f4f7fc7c5052767216b73e7658b8219f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.31-1",
      "date": "2026-07-10T16:33:51.000Z",
      "commit": "56b7332ab5dbddd01006e714d17008f92ae45671",
      "fileid": "https://r2.ropensci.org/3a47404d08cc9e33a7af1098968bb805e943e3bf93371461791a8658873913c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rqtl/actions/runs/29107548225"
    }
  ]
}