Description Usage Arguments Value Examples
View source: R/QualityControl.R
Extract a results table
1 | ResultsTable(object, direction = "negative")
|
object |
PoolScreenExp object |
direction |
Whether the table should contain information on positive or negative fold changes ['negative'| 'positive'] |
plot
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')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.