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
For frame with multiple windows in diaPASEF data. There seems to have some issues in dia.py file.
eg. here is the windows:
here is the frames:
In my view:
1 frame contains 695 scans
1 WindowGroup contains 4 windows with total 695 scans.
but the link code in dia.py simply assign 1 window to 1 frame by np.tile and pandas merge.
here is the frame_meta data:
The text was updated successfully, but these errors were encountered:
For frame with multiple windows in diaPASEF data. There seems to have some issues in dia.py file.
eg. here is the windows:
here is the frames:
In my view:
1 frame contains 695 scans
1 WindowGroup contains 4 windows with total 695 scans.
but the link code in dia.py simply assign 1 window to 1 frame by np.tile and pandas merge.
here is the frame_meta data:
The text was updated successfully, but these errors were encountered: