plotReplicateCorrelation: Plot replicate correlation

Description Usage Arguments Value Examples

View source: R/QualityControl.R

Description

Plot replicate correlation

Usage

1
plotReplicateCorrelation(object, rep1 = "R1", rep2 = "R2")

Arguments

object

PoolScreenExp object

rep1

Name of replicate 1

rep2

Name of replicate 2

Value

replicate_plot

Examples

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

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