plotSingleCorr {cTRAP}R Documentation

Render scatter plot to show a single relationship

Description

Render scatter plot to show a single relationship

Usage

plotSingleCorr(perturbation, ylabel, diffExprGenes, title = NULL)

Arguments

perturbation

List of named numeric vectors containing the differential expression profile score per gene for a perturbation; each perturbation of the list will be rendered with a different colour

ylabel

Character: Y axis label

diffExprGenes

Named numeric vector

title

Character: plot title (if NULL, the default title depends on the context; ignored when plotting multiple perturbations)

Value

Scatter plot


[Package cTRAP version 1.10.1 Index]