View source: R/RCircosChromosomeIdeogram.R
RCircos.Pseudo.Ideogram.From.Labels | R Documentation |
Generate a pseudo ideogram from a character list for RCircos plot Each chromosome will have same length and no stain colors.
RCircos.Pseudo.Ideogram.From.Labels(chromosomes=NULL)
chromosomes |
A vector of labels (such as gene names) used for chromosome names and each element must be unique. |
A data frame as an ideogram data table.
Henry Zhang
## Not run: library(RCircos) geneNames <- paste0("Gene_", 1:20) cyto.info <- RCircos.Pseudo.Ideogram.From.Labels(geneNames) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.