#Consider quantitative data (i.e. QuantData) from a yeast study with ten time points of interests, three biological replicates, and no technical replicates which is a time-course experiment.
#Sample quantification shows model-based estimation of protein abundance in each biological replicate within each time point.
#Group quantification shows model-based estimation of protein abundance in each time point.
head(QuantData)
# Sample quantification
quantification(QuantData)
# Group quantification
quantification(QuantData, type="Group")
Run the code above in your browser using DataLab