cq.plot: Plot Relative Expression Values

Description Usage Arguments Examples

View source: R/cqplot.R

Description

This function plots the untransformed Cq values for each target.

Usage

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

Arguments

tablename:

a cqimport 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
df <- cqimport(filename)
p1 <- cq.plot(df)

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