draw_avg_profile_plot: Average signal plot for multiple samples

Description Usage Arguments Value Examples

View source: R/p08_average_profile_functions.R

Description

Average signal plot for multiple samples

Usage

1
2
3
4
5
6
7
draw_avg_profile_plot(
  exptInfo,
  profileMats,
  genes,
  lineColors = NULL,
  lineShape = NULL
)

Arguments

exptInfo

Experiment information dataframe

profileMats

a named list of profile matrix

genes

a vector of gene IDs. Profile matrix will be subset based on this gene list to calculate average profile

lineColors

color for each sample

lineShape

linetype for each sample

Value

a ggplot object with line plot

Examples

1

lakhanp1/chipmine documentation built on March 6, 2021, 9:06 a.m.