ResultsTable: Extract a results table

Description Usage Arguments Value Examples

View source: R/QualityControl.R

Description

Extract a results table

Usage

1
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

1
2
3
4
5
6
# 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')

gscreend documentation built on Nov. 8, 2020, 7:18 p.m.