profile_plot: Profile Plot

View source: R/trackplot.R

profile_plotR Documentation

Profile Plot

Description

Profile Plot

Usage

profile_plot(
  sig_list = NULL,
  color = NULL,
  condition = NULL,
  condition_colors = NULL,
  collapse_replicates = FALSE,
  plot_se = FALSE,
  line_size = 1,
  legend_fs = 1,
  axis_fs = 1
)

Arguments

sig_list

Output generated from profile_extract

color

Manual colors for each bigWig. Default NULL.

condition

Default. Condition associated with each bigWig. Lines will colord accordingly.

condition_colors

Manual colors for each level in condition. Default NULL.

collapse_replicates

Default FALSE. If TRUE and when 'condition' is given, collapse signals samples belonging to same condition

plot_se

Default FALSE. If TRUE plots standard error shading

line_size

Default 1

legend_fs

Legend font size. Default 1

axis_fs

Axis font size. Default 1


scfurl/seqGlue documentation built on Sept. 1, 2024, 11:20 a.m.