Skip to content

Commit

Permalink
#215 add FG.ApexIonMobility for SPN report reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Aug 9, 2024
1 parent 8962685 commit 71c2092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alphabase/constants/const_files/psm_reader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ pfind:
'decoy': ['Target/Decoy', 'Targe/Decoy']
modification_mapping:
'': ''

msfragger_pepxml:
reader_type: msfragger_pepxml
rt_unit: second
Expand Down Expand Up @@ -151,13 +152,15 @@ diann:
'score': 'CScore'
'fdr': 'Q.Value'
modification_mapping: 'maxquant'

spectronaut_report:
reader_type: spectronaut_report
rt_unit: minute
fixed_C57: False
column_mapping:
'raw_name': 'R.FileName'
'rt': ['EG.ApexRT','EG.MeanApexRT']
'mobility': ['FG.ApexIonMobility']
'proteins': ['PG.ProteinNames','PG.ProteinGroups']
'genes': 'PG.Genes'
'uniprot_ids': 'PG.UniProtIds'
Expand Down

0 comments on commit 71c2092

Please sign in to comment.