Description Usage Arguments Value Note See Also Examples
View source: R/convertUCSCBuildToEnsembl.R
Convert UCSC build to Ensembl
1 | convertUCSCBuildToEnsembl(object)
|
object |
Object. |
character
. Ensembl genome build as the value, UCSC build as the
name. Stops on match failure.
Updated 2019-08-21.
1 2 3 | from <- c("hg19", "hg38")
to <- convertUCSCBuildToEnsembl(from)
print(to)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.