{
  "_id": "6a161877acfb0bcc41d7032c",
  "Package": "CNViz",
  "Type": "Package",
  "Title": "Copy Number Visualization",
  "Version": "1.21.0",
  "Authors@R": "c(person(\"Rebecca\", \"Greenblatt\", role = c(\"aut\", \"cre\"), email = \"rebecca.greenblatt@gmail.com\"))",
  "Description": "CNViz takes probe, gene, and segment-level log2 copy\nnumber ratios and launches a Shiny app to visualize your\nsample's copy number profile. You can also integrate loss of\nheterozygosity (LOH) and single nucleotide variant (SNV) data.",
  "License": "Artistic-2.0",
  "Encoding": "UTF-8",
  "biocViews": "Visualization, CopyNumberVariation, Sequencing, DNASeq",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev\nzlib1g-dev",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-05-26 19:33:44 UTC",
  "RemoteUrl": "https://github.com/bioc/CNViz",
  "RemoteRef": "HEAD",
  "RemoteSha": "b8122896563c9021f62345fdcc8cfe4586d2be23",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 21:57:39 UTC",
    "User": "root"
  },
  "Author": "Rebecca Greenblatt [aut, cre]",
  "Maintainer": "Rebecca Greenblatt <rebecca.greenblatt@gmail.com>",
  "MD5sum": "e2ddbc873a74a4a9ac9217a726de118c",
  "_user": "bioc",
  "_type": "src",
  "_file": "CNViz_1.21.0.tar.gz",
  "_fileid": "46a1d8d48cef6ace3e8ca83957d4de2071a50363227991197b7cf4880f88a8ba",
  "_filesize": 220619,
  "_sha256": "46a1d8d48cef6ace3e8ca83957d4de2071a50363227991197b7cf4880f88a8ba",
  "_created": "2026-05-26T21:57:39.000Z",
  "_published": "2026-05-26T22:02:31.650Z",
  "_jobs": [
    {
      "job": 77966774902,
      "time": 163,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7227135447"
    },
    {
      "job": 77966774918,
      "time": 258,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7227163990"
    },
    {
      "job": 77966774915,
      "time": 254,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7227162775"
    },
    {
      "job": 77966774913,
      "time": 125,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7227124468"
    },
    {
      "job": 77966774907,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7227121858"
    },
    {
      "job": 77966192865,
      "time": 240,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7227089158"
    },
    {
      "job": 77966774899,
      "time": 164,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7227135739"
    },
    {
      "job": 77966774928,
      "time": 187,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7227143451"
    },
    {
      "job": 77966774923,
      "time": 163,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7227135511"
    },
    {
      "job": 77966774914,
      "time": 186,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7227142481"
    }
  ],
  "_bioccheck": {
    "error": 0,
    "warning": 0,
    "note": 11
  },
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/CNViz",
  "_commit": {
    "id": "b8122896563c9021f62345fdcc8cfe4586d2be23",
    "author": "rebeccagreenblatt <rebecca.greenblatt@gmail.com>",
    "committer": "rebeccagreenblatt <rebecca.greenblatt@gmail.com>",
    "message": "Make karyoploteR and CopyNumberPlots optional dependencies\n\nMove these packages from Imports to Suggests and gate the karyotype\ndownload handler behind requireNamespace() checks. The karyotype\nbutton is hidden when the packages are unavailable. This prevents\nbuild failures caused by upstream dependency breakage (bamsignals ->\nkaryoploteR -> CopyNumberPlots cascade).\n",
    "time": 1779824024
  },
  "_maintainer": {
    "name": "Rebecca Greenblatt",
    "email": "rebecca.greenblatt@gmail.com",
    "login": "rebeccagreenblatt",
    "description": "",
    "uuid": 6261958
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "shiny",
      "version": ">= 1.5.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "plotly",
      "role": "Imports"
    },
    {
      "package": "GenomicRanges",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "DT",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "karyoploteR",
      "role": "Suggests"
    },
    {
      "package": "CopyNumberPlots",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.21.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.20.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "visualization",
    "copynumbervariation",
    "sequencing",
    "dnaseq"
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 284,
    "source": "https://www.bioconductor.org/packages/stats/bioc/CNViz"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/CNViz.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "launchCNViz"
  ],
  "_datasets": [
    {
      "name": "gene_data",
      "title": "Gene data for vignette example",
      "object": "gene_data",
      "file": "gene_data.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "chr",
        "start",
        "end",
        "gene",
        "log2",
        "loh",
        "weight"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "meta_data",
      "title": "Metadata for vignette example",
      "object": "meta_data",
      "file": "meta_data.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "purity",
        "ploidy"
      ],
      "rows": 1,
      "table": true,
      "tojson": true
    },
    {
      "name": "probe_data",
      "title": "Probe data for vignette example",
      "object": "probe_data",
      "file": "probe_data.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "chr",
        "start",
        "end",
        "gene",
        "log2",
        "weight"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "segment_data",
      "title": "Segment data for vignette example",
      "object": "segment_data",
      "file": "segment_data.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "chr",
        "start",
        "end",
        "log2",
        "loh"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "variant_data",
      "title": "Variant data for vignette example",
      "object": "variant_data",
      "file": "variant_data.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "gene",
        "mutation_id",
        "depth",
        "start"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "all_tcga2018_data",
      "title": "Data from 2018 TCGA studies from cBioPortal",
      "topics": [
        "all_tcga2018_data"
      ]
    },
    {
      "page": "cbio_studies",
      "title": "Names of 2018 TCGA studies from cBioPortal",
      "topics": [
        "cbio_studies"
      ]
    },
    {
      "page": "cytoband_data",
      "title": "Genomic locations of cytoband labels",
      "topics": [
        "cytoband_data"
      ]
    },
    {
      "page": "gene_data",
      "title": "Gene data for vignette example",
      "topics": [
        "gene_data"
      ]
    },
    {
      "page": "launchCNViz",
      "title": "Launches CNViz, a shiny app to visualize your sample's copy number data.",
      "topics": [
        "launchCNViz"
      ]
    },
    {
      "page": "meta_data",
      "title": "Metadata for vignette example",
      "topics": [
        "meta_data"
      ]
    },
    {
      "page": "probe_data",
      "title": "Probe data for vignette example",
      "topics": [
        "probe_data"
      ]
    },
    {
      "page": "segment_data",
      "title": "Segment data for vignette example",
      "topics": [
        "segment_data"
      ]
    },
    {
      "page": "variant_data",
      "title": "Variant data for vignette example",
      "topics": [
        "variant_data"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "base64enc",
    "BiocGenerics",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "crosstalk",
    "curl",
    "data.table",
    "digest",
    "dplyr",
    "DT",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "GenomicRanges",
    "ggplot2",
    "glue",
    "gtable",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr",
    "IRanges",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "plotly",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "S4Vectors",
    "S7",
    "sass",
    "scales",
    "Seqinfo",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "CNViz.Rmd",
      "filename": "CNViz.html",
      "title": "CNViz",
      "author": "Rebecca Greenblatt (rebecca.greenblatt@gmail.com)",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "launchCNViz",
        "Input Data",
        "sample_name",
        "meta_data",
        "probe_data",
        "gene_data",
        "segment_data",
        "variant_data",
        "Output"
      ],
      "created": "2021-03-23 16:15:28",
      "modified": "2021-05-10 21:50:28",
      "commits": 5
    }
  ],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "cnviz",
  "_universes": [
    "bioc",
    "rebeccagreenblatt"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-05-26T22:01:04.000Z",
      "distro": "noble",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "05155de8f144813d1178d4c26698dd2081aa83af5ad3488a8f8da9c372603824",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-05-26T22:01:00.000Z",
      "distro": "noble",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "9ea7b579db11a24a188f706dd2eb4f45567a49c86ad78dede111c6562e61a887",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-05-26T21:59:22.000Z",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "ac1963b39885e124f4c62fa6015fb7e402c0dc86bbed3ad644dc9f1abb04e3d3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-05-26T21:59:11.000Z",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "ceb9196039d4cb5dc9e9e87e06c9dd1e44c7c10666ccd3157169c477e9872540",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.21.0",
      "date": "2026-05-26T22:00:42.000Z",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "968d86c5b612f736166e7033bc7e665b71f8b0730c9459d6ea4545fc12979822",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-26T21:59:49.000Z",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "14162394d3ae76b5f4471a5aade2d39971d202d63e1c8ab94c5dc31d940f3c4a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-26T21:59:38.000Z",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "60268b4f52c01d81bec88896403502318940ced69fae3996fe8fc82f8beebf7f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-26T21:59:47.000Z",
      "commit": "b8122896563c9021f62345fdcc8cfe4586d2be23",
      "fileid": "dcbb68ab2e43ba0ac8bd7375b45d11f597abab5a2755b99ae34f68c253489c00",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26477337100"
    }
  ]
}