mc.plot: Plot Relative Expression Values

Description Usage Arguments Examples

View source: R/meltplot.R

Description

This function plots the meltcurves for each target.

Usage

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

Arguments

tablename:

an mcimport 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
4
5
6
7
8
setwd("parent_directory")
filename <- "example_file_name"
meltderivative <- "example_file_name"

df <- Rsome::cqimport(filename)
p1 <- Rsome::cq.plot(df)
mc <- Rsome::mcimport(cqimport = df, meltderivative = meltderivative)
p2 <- Rsome::mc.plot(mc)

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