ResultsTable {gscreend}R Documentation

Extract a results table

Description

Extract a results table

Usage

ResultsTable(object, direction = "negative")

Arguments

object

PoolScreenExp object

direction

Whether the table should contain information on positive or negative fold changes ['negative'| 'positive']

Value

plot

Examples

# 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')


[Package gscreend version 1.6.0 Index]