Learn R Programming

coMET (version 1.2.0)

chrUCSC2ENSEMBL: Removing "chr" to the chromosome number from UCSC to transform it to ENSEMBL chromosome format

Description

Removing "chr" at the beginning of the chromosome number

Usage

chrUCSC2ENSEMBL(chr)

Arguments

chr
the chromosome number in UCSC format

Value

the number of chromosome at ENSEMBL format

Examples

Run this code
    chr<-"chr7"
    chrUCSC2ENSEMBL(chr)

Run the code above in your browser using DataLab