-
Notifications
You must be signed in to change notification settings - Fork 7
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
BS3 configuration #48
Comments
Ah the problem here is that the cross-linker modifications can not be represented like this for asymmetric (actually should have been called heterodimeric ...) cross-linker at the moment (would need to combine it with the site of the cross-linker and don't have that functionality at the moment). So you need to define them as
or
(i did not check the tris mass) The second one will only be applied as part of a linear peptide match while the first can be on linear and cross-linked matches (i.e. simple form of higher order cross-links) |
Hey thanks for your help! really appreciate that. I tried the first option an it works. However, I would also include mono-links on protein N-termini. I tried this: modification:variable::SYMBOLEXT:bs3h2o;MODIFIED:nterm,K,S,T,Y;DELTAMASS:156.0786347 but the search does not start. If I use it without "nterm", it works. |
for protein n- or c-terminal modifications you need to add an aditional modification:
that defines a modification on any amino-acids ( |
Great this works. Thank you very much! |
I added a description of terminal modifications to the githup-wiki |
Dear xisearch team,
I would like to define BS3 as cross-linker from prot.nterm and K to prot.nterm, K, S, T, Y and also to search for hydrolyzed and trsi quenched mono-links and loop-links. I tried to define it as following:
crosslinker:AsymetricSingleAminoAcidRestrictedCrossLinker:Name:BS3_asymetric;MASS:138.06807;FIRSTLINKEDAMINOACIDS:K,nterm;SECONDLINKEDAMINOACIDS:K,S,Y,T,nterm;MODIFICATIONS:bs3h2o,18.0105647,bs3tris,121.073903,LOOP,0
However I do not find mono-links at all, neither bs3h2o nor bs3tris, nor loop-links. Could you help me to configure it correctly?
Best regards,
Thomas
The text was updated successfully, but these errors were encountered: