draw.profile {TDCor} | R Documentation |
gene
in dataset
draw.profile
plots the expression profile of gene
in dataset
with respect to times
.
draw.profile(dataset, gene, ...)
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:
|
Julien Lavenus (jl.tdcor@gmail.com)
# draw the profile of GATA23 in the LR dataset
data(LR_dataset)
data(times)
draw.profile(LR_dataset,"AT5G26930",col="blue",main="GATA23")