Retrieves the results table of a DEprot.timecourse object, optionally restricted to specific clusters and/or to the best-ranked proteins.
get.timecourse.results(
DEprot.timecourse.object,
cluster = NULL,
top.n = NULL,
trending.only = TRUE
)An object of class DEprot.timecourse.
Numeric value (or vector) indicating the cluster(s) to retrieve. Default: NULL (all the clusters).
Numeric value indicating how many best-ranked proteins should be kept (within the cluster when a cluster is provided, globally otherwise). Default: NULL (all the proteins).
Logic value indicating whether only the proteins showing a significant trend should be kept. Default: TRUE.
A data.frame sorted by rank.