Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RawIntensity values identical to ImputedIntensity #28

Closed
bolak92 opened this issue Sep 20, 2023 · 2 comments
Closed

RawIntensity values identical to ImputedIntensity #28

bolak92 opened this issue Sep 20, 2023 · 2 comments

Comments

@bolak92
Copy link

bolak92 commented Sep 20, 2023

Hello,

During a recent data analysis, I observed that the RawIntensity values in the exported amica file are identical to the ImputedIntensity values. This occurred after a run with vsn normalization and no imputation.

Steps to Reproduce:

  1. Conduct a run with vsn normalization.
  2. Ensure no imputation is selected.
  3. Export the amica file.
  4. Inspect the values of RawIntensity and ImputedIntensity.

I suspect this behavior might be a bug. Would you be able to provide clarification or confirm the issue?

Kind Regards, Bola

@bolak92
Copy link
Author

bolak92 commented Sep 20, 2023

I am suspecting that this happens around line 293 if file runAnalysis.R that the cols RawIntensity gets replaced by ImputedIntensity in place.

@tbaccata
Copy link
Owner

Hey Bola,

I'm assuming you have MaxQuant output?
Using amica's provided example data, that contains MQ's summed intensities (= raw intensities), LFQ intensities and iBAQ intensities, I could not reproduce this behavior.

All intensities differ after the analysis step.
In line 293 amica's imputed intensities are getting updated after (potential) normalization.

Best,
Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants