View source: R/RCircosGenomicData.R
RCircos.Multiple.Species.Dataset | R Documentation |
Combine and modify the chromosome names in multiple species datasets to match the chromosomes in multiple species cytoband data.
RCircos.Multiple.Species.Dataset(data.list, species)
data.list |
List of genomic data from multiple species. |
species |
Character vector for prefix of chromosome names to identify different species. The order of species in species list must match the species in data.list. |
A data frame same as the input data list but with modified chromosome names.
Henry Zhang
## Not run: library(RCircos) data(RCircos.Mouse.Expr.Data) data(RCircos.Rat.Expr.Data) dataSets <- list(RCircos.Mouse.Expr.Data, RCircos.Rat.Expr.Data) dataset <- RCircos.Get.Multiple.Species.Dataset(dataSets, species.list=c("M", "L")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.