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

What is needed to use AlphaDIA's QuantBuilder for quantification? #1

Open
rodvrees opened this issue Dec 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rodvrees
Copy link
Member

  • Per run: a folder containing a file called “frag.parquet” (it’s hardcoded in alphadia)
  • This frag.parquet should contain the columns “precursor_idx”, “number”, “type”, “charge”, “intensity” and “correlation”
  • A psm_df which contains the column “precursor_idx”, which is used to link to fragment data

Example files:
mumdia_quant_necessities.zip

The "type" column, in AlphaDIA, contains 98 for b ions and 121 for y ions, needs to be an int for the hash creation, as far as I understand, as well as "number" and "charge"

@rodvrees rodvrees added good first issue Good for newcomers enhancement New feature or request labels Dec 19, 2024
@rodvrees
Copy link
Member Author

df_fragment, before passing to mumdia.main, already contains the following columns:
psm_id, fragment_type, ordinals, fragment_charge, fragment_intensity. So it's only missing a correlation column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant