Bioc2026 Registration Open!

UCSC.utils

Low-level utilities to retrieve data from the UCSC Genome Browser

Bioconductor version: 3.23 · Package version: 1.8.0

A set of low-level utilities to retrieve data from the UCSC Genome Browser. Most functions in the package access the data via the UCSC REST API but some of them query the UCSC MySQL server directly. Note that the primary purpose of the package is to support higher-level functionalities implemented in downstream packages like GenomeInfoDb or txdbmaker.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("UCSC.utils")

Details

MaintainerHervé Pagès <hpages.on.github@gmail.com>
AuthorHervé Pagès [aut, cre]
LicenseArtistic-2.0
URLhttps://bioconductor.org/packages/UCSC.utils
Bug Reportshttps://github.com/Bioconductor/UCSC.utils/issues
Downloads rank29611
Source branchRELEASE_3_23
biocViewsAnnotation, DataImport, GenomeAnnotation, GenomeAssembly, Infrastructure, Software

Documentation

Download

Dependencies

Imports: methods, stats, httr, jsonlite, S4Vectors (>= 0.47.6)

Suggests: DBI, RMariaDB, GenomeInfoDb, testthat, knitr, rmarkdown, BiocStyle

Reverse dependencies

Imports Me (2): GenomeInfoDb, txdbmaker

Suggests Me (1): GenomicRanges