View source: R/RCircosChromosomeIdeogram.R
RCircos.Validate.Cyto.Info | R Documentation |
Validate chromosome ideogram information for correct chromosome order including of correct order of chromosome names, chromosome start, and end positions. The prefix of "chr" in chromosome names is no longer required version 1.2.
RCircos.Validate.Cyto.Info(cyto.info=NULL, chr.exclude=NULL, is.sorted=TRUE)
cyto.info |
A data frame with chromosome ideogram data, e.g., an object returned by function of read.table() which read a file containing full information of cytoBandIdeo table from UCSC genome browser. |
chr.exclude |
Character vector, name(s) of chromosomes to be excluded from RCircos plot. |
is.sorted |
Logic, whether the cyto.info has been sorted. |
A data frame with validated chromosome ideogram table.
Henry Zhang
## Not run: library(RCircos) data(UCSC.HG38.Human.CytoBandIdeogram) cyto.info <- RCircos.Validate.Cyto.Info( cyto.info=UCSC.HG38.Human.CytoBandIdeogram, chr.exclude=NULL, is.sorted=FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.