Skip to contents

Check out if the chromosome name, start and end positions in the range of ideogram data.

Usage

RCircos.Validate.Genomic.Info(genomic.info=NULL)

Arguments

genomic.info

A vector with a chromosome name, start and end position on the chromosome

Author

Henry Zhang

Examples

if (FALSE) { # \dontrun{
library(RCircos)
data(UCSC.HG38.Human.CytoBandIdeogram)

RCircos.Set.Core.Components(UCSC.HG38.Human.CytoBandIdeogram, 
    chr.exclude=NULL, tracks.inside=10, tracks.outside=0 )
RCircos.Validate.Genomic.Info(c("chr1", 10000, 500000))
} # }