View source: R/RCircosChromosomeIdeogram.R
RCircos.Validate.Genomic.Info | R Documentation |
Check out if the chromosome name, start and end positions in the range of ideogram data.
RCircos.Validate.Genomic.Info(genomic.info=NULL)
genomic.info |
A vector with a chromosome name, start and end position on the chromosome |
Henry Zhang
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.