# NOT RUN {
# Example based on the heat-shock dataset
data(heat)
heat = as.matrix(heat)
# Run the findPeaks function for the first gene in the expression matrix
peaks <- maProcessing(heat[1,], heat)
# }
Run the code above in your browser using DataLab