convertUCSCBuildToEnsembl: Convert UCSC build to Ensembl

Description Usage Arguments Value Note See Also Examples

View source: R/convertUCSCBuildToEnsembl.R

Description

Convert UCSC build to Ensembl

Usage

1

Arguments

object

Object.

Value

character. Ensembl genome build as the value, UCSC build as the name. Stops on match failure.

Note

Updated 2019-08-21.

See Also

Examples

1
2
3
from <- c("hg19", "hg38")
to <- convertUCSCBuildToEnsembl(from)
print(to)

acidgenomics/freerange documentation built on Jan. 8, 2020, 3:45 a.m.