Learn R Programming

RCircos (version 1.2.2)

RCircos.Get.Chromosome.Order: Find the order of Chromosome Names

Description

Generate an ordered chromosome names from input. For human and other mammalian animals, numeric names (integers or Roman numbers) will go first followed by chromosome X, Y, and M. If all chromosome names are character only, they will be in alphabetical order.

Usage

RCircos.Get.Chromosome.Order(chromosomes=NULL)

Arguments

chromosomes

Character vector, names of chromosomes.

Value

Character vector, ordered chromosome name list.

Examples

Run this code
# NOT RUN {
library(RCircos)
chromosomes <- paste0("chr", c(1:10, 21,22, 11:20, "X", "Y"))  
chromosomes <- RCircos.Get.Chromosome.Order(chromosomes)  
# }

Run the code above in your browser using DataLab