ResultsTable: Extract a results table

View source: R/QualityControl.R

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


imkeller/gscreend documentation built on March 14, 2024, 9:09 a.m.