Category (version 2.38.0)

cb_parse_band_Hs: Parse Homo Sapiens Chromosome Band Annotations

Description

This function parses chromosome band annotations as found in the MAP map of Bioconductor annotation data packages. The return value is a vector of parent bands up to the relevant chromosome.

Usage

cb_parse_band_Hs(x)

Arguments

x
A chromosome band annotation given as a string.

Value

A character vector giving the path to the relevant chromosome.

Details

The former function cb\_parse\_band\_hsa is now deprecated.

Examples

Run this code
cb_parse_band_Hs("12q32.12")

Run the code above in your browser using DataLab