PlotDuplicates: Plot Duplicates

View source: R/webApp/functions.R View source: R/functions.R

PlotDuplicatesR Documentation

Plot Duplicates

Description

Plot Duplicates

Usage

PlotDuplicates(
  matrix,
  dupVal,
  transformation = "arcsin",
  textSize = 15,
  correlation = "pearson"
)

Arguments

matrix,

a made by 1)ReformatQCmatrix –> 2) MakeDuplicatesMatrix functions

dupVal,

duplicate value names as a list

transformation,

transformation name, default is "arcsin". Other "log10(x+1)" or "none". It has to be the same as used for ReformatQCmatrix function

textSize,

size of text, default is 15

correlation,

the correlation used in ReformatQCmatrix() function. "pearson" (default) or "spearman"

Value

a Duplicates matrix


TeamPerie/CellDestiny documentation built on July 4, 2022, 8:40 a.m.