Normalization methods #69
-
Can I implement other normalization approaches to peptide data other than robust scaling, such as quantile, or vsn? I have tried implement it through this code, but I am not managing to find the right function:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Yes, see the example code in: https://fgcz.github.io/prolfqua/reference/LFQDataTransformer.html specifically the last few lines:
The transformer class has two functions:
|
Beta Was this translation helpful? Give feedback.
-
Can you please try:
It seems that |
Beta Was this translation helpful? Give feedback.
-
Is it possible to implement other approaches, such as MsCoreUtils methods ("center.median", "center.mean")? |
Beta Was this translation helpful? Give feedback.
-
Easily, however, they have no practical relevance, which is also the reason why I do not implemented them in prolfqua
|
Beta Was this translation helpful? Give feedback.
Can you please try:
It seems that
normalize.quantiles
drops row and colnames.Also you need to log first.