re.plot: Plot Relative Expression Values

Description Usage Arguments Examples

View source: R/replot.R

Description

This function plots the relative expression values for each target normalized to the household gene.

Usage

1
2
re.plot(tablename, groupColumn = "Sample", plotWidth = 10,
  plotHeight = 10)

Arguments

tablename:

a relex object

groupColumn:

defaults to "Sample". Defines the grouping column which will define coloring.

plotWidth:

width of output pdf file

plotHeight:

height of output pfd file

Examples

1
2
3
df <- cqimport(filename)
re <- relex(df, household = "Gapdh")
p1 <- re.plot(re)

jrijn/Rsome documentation built on April 13, 2020, 7:52 p.m.