Description Usage Arguments Value Examples
View source: R/QualityControl.R
Plot replicate correlation
1 | plotReplicateCorrelation(object, rep1 = "R1", rep2 = "R2")
|
object |
PoolScreenExp object |
rep1 |
Name of replicate 1 |
rep2 |
Name of replicate 2 |
replicate_plot
1 2 3 4 5 | # import a PoolScreenExp object that has been generated using RunGscreend()
pse_an <- readRDS(
system.file('extdata', 'gscreend_analysed_experiment.RData',
package = 'gscreend'))
plotReplicateCorrelation(pse_an, rep1 = 'R1', rep2 = 'R2')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.