RCircos.Validate.Genomic.Info {RCircos} | R Documentation |
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 |
Author(s)
Henry Zhang
Examples
## 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))
## End(Not run)
[Package RCircos version 1.2.2 Index]