Skip to content

Commit

Permalink
change confidence val
Browse files Browse the repository at this point in the history
  • Loading branch information
michabirklbauer committed Jan 11, 2024
1 parent f7666c3 commit ff281c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msannika_fdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def group(data: pd.DataFrame) -> pd.DataFrame:
"Decoy": MSAnnika_CSM_Grouper.get_decoy_flag(crosslinks[crosslink][0]),
"Modifications A": crosslinks[crosslink][0]["Modifications A"],
"Modifications B": crosslinks[crosslink][0]["Modifications B"],
"Confidence": "Low"})
"Confidence": "Unknown"})
rows.append(row)

return pd.concat(rows, ignore_index = True, axis = 1, names = columns).T
Expand Down

0 comments on commit ff281c2

Please sign in to comment.