RCircos.Ribbon.Data: Sample Data for RCircos Ribbon Plot

RCircos.Ribbon.DataR Documentation

Sample Data for RCircos Ribbon Plot

Description

A data frame containing paired genomic position data for each row. The contents of each row are in the order of name, start and end positions of chromosome A then name, start and end positions of chromosome B. This data frame is directly used to draw ribbons without extra processing.

Usage

data(RCircos.Ribbon.Data)

Format

A data frame with 4 observations on the following 6 variables.

chromA

a factor with levels chr1 chr5 chr8

chromStartA

a numeric vector

chromEndA

a numeric vector

chromB

a factor with levels chr10 chr13 chr17 chr18

chromStartB

a numeric vector

chromEndB

a numeric vector

Source

Unpublished data.


RCircos documentation built on March 18, 2022, 7:59 p.m.