Description Usage Arguments Value Author(s) Examples
View source: R/RCircosChromosomeIdeogram.R
Generate a pseudo ideogram from a character list for RCircos plot Each chromosome will have same length and no stain colors.
1 | 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
1 2 3 4 5 6 | ## 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.