View source: R/webApp/functions.R View source: R/functions.R
PlotDuplicates | R Documentation |
Plot Duplicates
PlotDuplicates( matrix, dupVal, transformation = "arcsin", textSize = 15, correlation = "pearson" )
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" |
a Duplicates matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.