Learn R Programming

RCircos (version 1.2.2)

RCircos.Validate.Genomic.Info: Validate Genomic Information

Description

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

Examples

Run this code
# NOT RUN {
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))
# }

Run the code above in your browser using DataLab