add_track: Add tracks to the circlize plot

View source: R/plot_circlize.R

add_trackR Documentation

Add tracks to the circlize plot

Description

This function allows users to add more tracks into the circlize plot

Usage

add_track(data_plot, group, track_num, colors = NULL)

Arguments

data_plot

Data for circlize plot

group

The group to be shown on the new track

track_num

Which number this track is? Value is integer and starts with 2 for the 2nd track, track_num=3 for the 3rd track, etc...

colors

Color palette to color the group

Value

A new circlize track adding to the current circlize plot


HaojiaWu/plot1cell documentation built on Nov. 13, 2023, 9:20 a.m.