draw.profile: Plot the expression profile of a 'gene' in 'dataset'

Description Usage Arguments Author(s) Examples

Description

draw.profile plots the expression profile of gene in dataset with respect to times.

Usage

1
draw.profile(dataset, gene, ...)

Arguments

dataset

The matrix storing the time-serie transcriptomic data.

gene

The AGI code of the gene of interest.

...

Additional arguments to be passed to the function:

  • col: String. Color of the curve.

  • type: String. Type of curve. "l", lines; "p", points; "b", both etc... For more information see the help file of the plot R function.

  • main: String. Title of the graph.

Author(s)

Julien Lavenus (jl.tdcor@gmail.com)

Examples

1
2
3
4
5
# draw the profile of GATA23 in the LR dataset

data(LR_dataset)
data(times)
draw.profile(LR_dataset,"AT5G26930",col="blue",main="GATA23")

Example output

Loading required package: deSolve
NULL

TDCor documentation built on May 2, 2019, 3:41 p.m.