Method to get all table stored for an specific comparison

deg(object, ...)

# S4 method for DEGSet
deg(object, value = NULL, tidy = NULL, top = NULL,
  ...)

Arguments

object

DEGSet

...

Other parameters to pass for other methods.

value

Character to specify which table to use.

tidy

Return data.frame, tibble or original class.

top

Limit number of rows to return. Default: All.

References

  • Testing it top is whole number or not comes from: https://stackoverflow.com/a/3477158