{
  "_id": "6a4947cfa788432aeabf3f9c",
  "Package": "VCFArray",
  "Title": "Representing on-disk / remote VCF files as array-like objects",
  "Version": "1.29.0",
  "Authors@R": "c(\nperson(\"Qian\", \"Liu\", email = \"qliu7@buffalo.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Martin\", \"Morgan\", role = \"aut\"))",
  "Description": "VCFArray extends the DelayedArray to represent VCF data\nentries as array-like objects with on-disk / remote VCF file as\nbackend. Data entries from VCF files, including info fields,\nFORMAT fields, and the fixed columns (REF, ALT, QUAL, FILTER)\ncould be converted into VCFArray instances with different\ndimensions.",
  "biocViews": "Infrastructure, DataRepresentation, Sequencing,\nVariantAnnotation",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "URL": "https://github.com/Liubuntu/VCFArray",
  "BugReports": "https://github.com/Liubuntu/VCFArray/issues",
  "RoxygenNote": "6.1.1",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "make libbz2-dev liblzma-dev libpng-dev libxml2-dev\nlibssl-dev xz-utils zlib1g-dev",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:49:17 UTC",
  "RemoteUrl": "https://github.com/bioc/VCFArray",
  "RemoteRef": "HEAD",
  "RemoteSha": "e9c7ac343f37c36ba105b9d93658e9004476c391",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 06:19:51 UTC",
    "User": "root"
  },
  "Author": "Qian Liu [aut, cre],\nMartin Morgan [aut]",
  "Maintainer": "Qian Liu <qliu7@buffalo.edu>",
  "_user": "bioc",
  "_type": "src",
  "_file": "VCFArray_1.29.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/8e6b5d49c687ead59334eb66142f0f525b9d6bc06c47e32ad7db42ea7413110b",
  "_filesize": 110682,
  "_sha256": "8e6b5d49c687ead59334eb66142f0f525b9d6bc06c47e32ad7db42ea7413110b",
  "_expires": "2026-10-12T17:50:05.000Z",
  "_created": "2026-07-03T06:19:51.000Z",
  "_published": "2026-07-04T17:50:07.528Z",
  "_bioccheck": {
    "error": 0,
    "warning": 0,
    "note": 8
  },
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258",
  "_status": "success",
  "_upstream": "https://github.com/bioc/VCFArray",
  "_commit": {
    "id": "e9c7ac343f37c36ba105b9d93658e9004476c391",
    "author": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "committer": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "message": "bump x.y.z version to odd y following creation of RELEASE_3_23 branch\n",
    "time": 1777380557
  },
  "_maintainer": {
    "name": "Qian Liu",
    "email": "qliu7@buffalo.edu",
    "login": "liubuntu",
    "twitter": "@QianLiu28878838",
    "description": "Assistant Professor in Department of Biostats & Bioinfo\nAlumni @Bioconductor Core Team",
    "uuid": 12683977
  },
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 85153689911,
      "time": 215,
      "config": "bioc-checks",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8059292857"
    },
    {
      "job": 85153689988,
      "time": 425,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8059348878"
    },
    {
      "job": 85153689876,
      "time": 448,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8059355372"
    },
    {
      "job": 85153690063,
      "time": 247,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8059300891"
    },
    {
      "job": 85153689905,
      "time": 288,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8059312592"
    },
    {
      "job": 85153689698,
      "time": 307,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8059233728"
    },
    {
      "job": 85153689830,
      "time": 154,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8059276074"
    },
    {
      "job": 85153689859,
      "time": 299,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8059315744"
    },
    {
      "job": 85153689892,
      "time": 317,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8059320453"
    },
    {
      "job": 85153689995,
      "time": 294,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8059314478"
    }
  ],
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "BiocGenerics",
      "role": "Depends"
    },
    {
      "package": "DelayedArray",
      "version": ">= 0.7.28",
      "role": "Depends"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "GenomicRanges",
      "role": "Imports"
    },
    {
      "package": "VariantAnnotation",
      "version": ">= 1.29.3",
      "role": "Imports"
    },
    {
      "package": "GenomicFiles",
      "version": ">= 1.17.3",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "version": ">= 0.19.19",
      "role": "Imports"
    },
    {
      "package": "Rsamtools",
      "role": "Imports"
    },
    {
      "package": "SeqArray",
      "role": "Suggests"
    },
    {
      "package": "BiocStyle",
      "role": "Suggests"
    },
    {
      "package": "BiocManager",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.29.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.28.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "infrastructure",
    "datarepresentation",
    "sequencing",
    "variantannotation"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "liubuntu",
      "count": 63,
      "uuid": 12683977
    }
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "followers": 445,
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_devurl": "https://github.com/liubuntu/vcfarray",
  "_searchresults": 3,
  "_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/readme.html",
    "extra/readme.md",
    "extra/VCFArray.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/liubuntu/vcfarray",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "coerce",
    "extract_array",
    "rowRanges",
    "show",
    "VCFArray",
    "vcffile"
  ],
  "_help": [
    {
      "page": "VCFArray-methods",
      "title": "VCFArraySeed or VCFArray related methods, slot getters and setters.",
      "topics": [
        "dim,VCFArraySeed-method",
        "dimnames,VCFArraySeed-method",
        "rowRanges,VCFArray-method",
        "rowRanges,VCFArraySeed-method",
        "show,VCFArraySeed-method",
        "vcffile",
        "vcffile,VCFArray",
        "vcffile,VCFArray-method",
        "vcffile,VCFArraySeed",
        "vcffile,VCFArraySeed-method"
      ]
    },
    {
      "page": "VCFArray-classes",
      "title": "VCFArray constructor and coercion methods.",
      "topics": [
        "coerce",
        "coerce,ANY,VCFMatrix-method",
        "coerce,VCFArray,VCFMatrix-method",
        "coerce,VCFMatrix,VCFArray-method",
        "extract_array",
        "extract_array,VCFArraySeed-method",
        "matrixClass,VCFArray-method",
        "VCFArray",
        "VCFArray-class",
        "VCFArray-method",
        "VCFMatrix",
        "VCFMatrix-class"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/VCFArray/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "AnnotationDbi",
    "askpass",
    "BH",
    "Biobase",
    "BiocBaseUtils",
    "BiocGenerics",
    "BiocIO",
    "BiocParallel",
    "Biostrings",
    "bit",
    "bit64",
    "bitops",
    "blob",
    "BSgenome",
    "cachem",
    "cigarillo",
    "cli",
    "codetools",
    "cpp11",
    "crayon",
    "curl",
    "DBI",
    "DelayedArray",
    "fastmap",
    "formatR",
    "futile.logger",
    "futile.options",
    "generics",
    "GenomeInfoDb",
    "GenomicAlignments",
    "GenomicFeatures",
    "GenomicFiles",
    "GenomicRanges",
    "glue",
    "httr",
    "IRanges",
    "jsonlite",
    "KEGGREST",
    "lambda.r",
    "lattice",
    "lifecycle",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "memoise",
    "mime",
    "openssl",
    "pkgconfig",
    "png",
    "R6",
    "RCurl",
    "restfulr",
    "Rhtslib",
    "rjson",
    "rlang",
    "Rsamtools",
    "RSQLite",
    "rtracklayer",
    "S4Arrays",
    "S4Vectors",
    "Seqinfo",
    "snow",
    "SparseArray",
    "SummarizedExperiment",
    "sys",
    "UCSC.utils",
    "VariantAnnotation",
    "vctrs",
    "XML",
    "XVector",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "VCFArray.Rmd",
      "filename": "VCFArray.html",
      "title": "VCFArray: DelayedArray objects with on-disk/remote VCF backend",
      "author": "Qian Liu, Martin Morgan",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation",
        "VCFArray",
        "VCFArray constructor",
        "VCFArray methods",
        "slot accessors",
        "dim() and dimnames()",
        "[ subsetting",
        "Some numeric calculation",
        "Internals: VCFArraySeed",
        "sessionInfo()"
      ],
      "created": "2018-08-22 15:52:14",
      "modified": "2021-10-05 15:47:46",
      "commits": 21
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "vcfarray",
  "_universes": [
    "bioc",
    "liubuntu"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.29.0",
      "date": "2026-07-03T06:24:01.000Z",
      "distro": "resolute",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/40013aa51215a89cf5063d35d1fec62c43a48cc4024ff7c0aa87f27116ece50a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.29.0",
      "date": "2026-07-03T06:24:23.000Z",
      "distro": "resolute",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/88faedfc336af8d616c6ccb63ccf6ea270b1ededfa2964c6871e212bd6440f2d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.29.0",
      "date": "2026-07-03T06:22:07.000Z",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/fe2df0878649abbb72691a11557dc37c3e13730c9e2f7fd4ef1c53991d7704e3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.29.0",
      "date": "2026-07-03T06:22:39.000Z",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/d3e1a47ae47260426bc1e5569e6b69ebf3c51ad00b933757e9a70671ab516dd9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.29.0",
      "date": "2026-07-03T06:23:16.000Z",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/fd11a5af8b326355f90f070a7f7480b19a159bbd51632d66c8907db7fa6f55ca",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.29.0",
      "date": "2026-07-03T06:22:02.000Z",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/7fe3793518df1855560340bae60b744b6836dd246c4b7bdf65232935f49dc055",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.29.0",
      "date": "2026-07-03T06:22:13.000Z",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/a0ef2b7ba4213bf969b9b6e0580db5f828130003240478a4e1daf07385ac170a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.29.0",
      "date": "2026-07-03T06:22:20.000Z",
      "commit": "e9c7ac343f37c36ba105b9d93658e9004476c391",
      "fileid": "https://r2.ropensci.org/9da7e2ca06dff319586b9f5ce27a9394b8d139372922f0f073ad282c0b114375",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28642296258"
    }
  ]
}