Description Usage Arguments Author(s) Examples
View source: R/RCircosChromosomeIdeogram.R
Check out if the chromosome name, start and end positions in the range of ideogram data.
1 | RCircos.Validate.Genomic.Info(genomic.info=NULL)
|
genomic.info |
A vector with a chromosome name, start and end position on the chromosome |
Henry Zhang
1 2 3 4 5 6 7 8 9 | ## 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.