A function to compare the chromatin accessibility across thress samples.

getTriads(
  group_name,
  quant_df,
  return_matrix = FALSE,
  point_size = 0.1,
  color = NA
)

Arguments

group_name

The group names.

quant_df

The normalized quantification matrix obtained by **quantification**.

return_matrix

Whether to return a matrix instead of a plot. Default is FALSE.

point_size

The point size. Default is 0.1.

color

The color list.

Examples

  getTriads(group_name=c("A","B","C"), quant_df = quant_df)
#> Error in eval(expr, envir, enclos): object 'quant_df' not found