plotReplicateCorrelation: Plot replicate correlation

View source: R/QualityControl.R

plotReplicateCorrelationR Documentation

Plot replicate correlation

Description

Plot replicate correlation

Usage

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

Arguments

object

PoolScreenExp object

rep1

Name of replicate 1

rep2

Name of replicate 2

Value

replicate_plot

Examples

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


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