Description Usage Arguments Value Examples
Assemble Protein abundance measurements from Peptide abundance measurements
1 2 3 | nomadAssembleProteins(y, x, method = "TukeyBW", format = "BySample",
combineDupPeptides = FALSE, standardizeAbundance = FALSE,
mySep = "&_MYSEP_&")
|
y |
|
x |
|
method |
|
format |
|
combineDupPeptides |
|
standardizeAbundance |
|
mySep |
|
List
with elements scores
matrix of normalized protein scores.
each row is a protein and each column is a single sample (run and iTRAQ)
1 2 3 4 | data(BalfPeptides)
ret <- nomadNormalization(y=BalfPeptides$Abundance, x=BalfPeptides)
scores <- nomadAssembleProteins(ret$y, ret$x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.