Description Usage Arguments Value Author(s) Examples
View source: R/RCircosGenomicData.R
Check out overlaps between different genomic positions on same chromosome and set up layer numbers for each line of the genomic data.
1 | RCircos.Get.Plot.Layers(genomic.data=NULL, genomic.columns=NULL)
|
genomic.data |
A data frame with genomic positions (chromosomes, start and end positions) and the positions should be already validated and sorted by chromosome then start position. |
genomic.columns |
Non-negative integer, total number of columns for genomic positions. |
A non-negative integer vector with length same as the total rows of input data.
Henry Zhang
1 2 3 | library(RCircos)
data(RCircos.Tile.Data)
layers <- RCircos.Get.Plot.Layers(RCircos.Tile.Data, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.