Plotting function for a longitudinal data matrix (Internal Function)
plotTimeSeries(
myMatrix,
main = "",
labels = NA,
ylab = "Expression",
xlab = "Time Point",
legend = "",
col = 1:dim(myMatrix)[1]
)longitudinal data matrix to be plotted
Title of the plot
class labels of samples
Label of y axis
Label of x axis
of plot
vector of colors for plot
No return value