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
)

Arguments

DEprot.timecourse.object

An object of class DEprot.timecourse.

cluster

Numeric value (or vector) indicating the cluster(s) to retrieve. Default: NULL (all the clusters).

top.n

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.

Value

A data.frame sorted by rank.

Author

Sebastian Gregoricchio