ReformatQCmatrix | R Documentation |
Reformat QC input table
ReformatQCmatrix( matrix, metadata, dupVar, dupVal, sampleNameFieldsep = "_", transformation = "arcsin" )
matrix, |
a wide dataframe |
metadata, |
the metadata |
dupVar, |
duplicate variable name |
dupVal, |
duplicate values |
sampleNameFieldsep, |
sample name variable separatorn default "_" |
transformation, |
transformation to use, default is "arcsin". Other "log10(x+1)" or "none" |
a long format QC matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.