You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to read in the output of spectronaut_report file, the column called "FG.ApexIonMobility" is not being imported with the rest of the data (the column seems to be dropped). Trying out the following seems to read in the information into self._psm_df.
from alphabase.psm_reader.dia_psm_reader import psm_reader_yaml
psm_reader_yaml["spectronaut_report"]["column_mapping"]["mobility"]="FG.ApexIonMobility"
However, the data type of the entries in the "mobility" column are strings and not floats. This leads to a downstream error in the alphabase.peptide.mobility.mobility_to_ccs_bruker function, as here the strings are multiplied with a float value (CCS_IM_COEF). Ive attached a screenshot with the issue.
Is there a way to import the column correctly?
Screenshots
Version:
Installation Type pip install
Platform information
system windows
Python information:
alphabase version 1.2.5
[other packages]
The text was updated successfully, but these errors were encountered:
When trying to read in the output of spectronaut_report file, the column called "FG.ApexIonMobility" is not being imported with the rest of the data (the column seems to be dropped). Trying out the following seems to read in the information into self._psm_df.
However, the data type of the entries in the "mobility" column are strings and not floats. This leads to a downstream error in the
alphabase.peptide.mobility.mobility_to_ccs_bruker
function, as here the strings are multiplied with a float value (CCS_IM_COEF
). Ive attached a screenshot with the issue.Is there a way to import the column correctly?
Screenshots
Version:
The text was updated successfully, but these errors were encountered: