Learn R Programming

circlizePlus (version 0.9.0)

data-set: Data set in circlizePlus

Description

Example can be found in "4.2 Example 2: comparison of two pieces of code that use circlizePlus and circlize to implement the same requirements, respectively"

allele_frequency: A dataframe with 25,000 rows and 4 columns
copy_number: A dataframe with 24,788 rows and 5 columns
junctions: A dataframe with 2414 rows and 28 columns
r1: A dataframe with 2414 rows and 3 columns
r2: A dataframe with 2414 rows and 3 columns

Usage

data(example2)

data(example2)

data(example2)

data(example2)

data(example2)

Arguments

Format

An object of class data.frame with 25000 rows and 4 columns.

An object of class data.frame with 24788 rows and 5 columns.

An object of class data.frame with 2414 rows and 28 columns.

An object of class data.frame with 2414 rows and 3 columns.

An object of class data.frame with 2414 rows and 3 columns.

Examples

Run this code
# \donttest{
data(example2)
allele_frequency
copy_number
junctions
r1
r2
# }

Run the code above in your browser using DataLab