Learn R Programming

demi (version 1.1.2)

findCytoband: Finds cytoband for the specified genome region

Description

The function fincCytoband finds cytoband for a genome region specified by the chromosome, region start and region end coordinates. It is used internally in DEMI analysis.

Usage

findCytoband(x, cytoband = "data.frame")

Arguments

x
A vector. A vector of "chr", "start" and "end" information about the genome region.
cytoband
A data.frame. A data.frame containing karyotype information.

Value

A karyotype character corresponding to the input genomic region.