plotVariableByGroupDensity: plotVariableByGroupDensity

View source: R/exploratory_analysis_plot.R

plotVariableByGroupDensityR Documentation

plotVariableByGroupDensity

Description

plotVariableByGroupDensity

Usage

plotVariableByGroupDensity(
  plotData,
  plotVariable,
  groupVariable,
  title,
  xLabel,
  yLabel,
  pipelineRunInformation,
  filenamePrefix = NULL
)

Arguments

plotData

data.frame containing variables to be plotted (at least two column titled <plotVariable> and <groupVariable>)

plotVariable

The name of the variable to be plotted

groupVariable

The name of the variable representing the individual groups to be plotted

title

The title of the plot

xLabel

The x-axis label

yLabel

The y axis label

pipelineRunInformation

the object originally returned by beginPipelineRun

filenamePrefix

The prefix for the file name of the saved plot object

Value

The ggplot object for the created grouped density plot


marioni-group/MethylPipeR documentation built on Oct. 10, 2024, 3:32 p.m.