ResultsTable {gscreend} | R Documentation |
Extract a results table
ResultsTable(object, direction = "negative")
object |
PoolScreenExp object |
direction |
Whether the table should contain information on positive or negative fold changes ['negative'| 'positive'] |
plot
# import a PoolScreenExp object that has been generated using # RunGscreend() pse_an <- readRDS( system.file('extdata', 'gscreend_analysed_experiment.RData', package = 'gscreend')) ResultsTable(pse_an, direction = 'negative')