R/DifferentialAnalysis.R
getTriads.Rd
A function to compare the chromatin accessibility across thress samples.
getTriads(
group_name,
quant_df,
return_matrix = FALSE,
point_size = 0.1,
color = NA
)
The group names.
The normalized quantification matrix obtained by **quantification**.
Whether to return a matrix instead of a plot. Default is FALSE.
The point size. Default is 0.1.
The color list.
getTriads(group_name=c("A","B","C"), quant_df = quant_df)
#> Error in eval(expr, envir, enclos): object 'quant_df' not found