data-set {circlizePlus}R Documentation

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)

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.

Source

https://www.frontiersin.org/journals/genetics/articles/10.3389/fgene.2025.1535368/full#h5

Examples


data(example2)
allele_frequency
copy_number
junctions
r1
r2


[Package circlizePlus version 0.9.1 Index]