Description Usage Arguments Value Examples
Check level of bias based on batch effect.
1 2 |
dat |
|
fact |
|
numNAs |
|
label |
|
yMax |
|
showSampleSize |
|
None
1 2 3 4 5 6 | data(BalfPeptides)
## assemble the protein scores without normalization
scores <- nomadAssembleProteins(BalfPeptides$Abundance, BalfPeptides)
runInd <- rep(1:3, each=8) ## each integer is a single batch (3 batches total)
nomadCheckBias(scores$scores, fact=runInd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.