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: |
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:
|
|
Can you please try: It seems that |
|
Is it possible to implement other approaches, such as MsCoreUtils methods ("center.median", "center.mean")? |
|
Easily, however, they have no practical relevance, which is also the reason why I do not implemented them in prolfqua |
Can you please try:
It seems that
normalize.quantilesdrops row and colnames.Also you need to log first.