Skip to content

Commit

Permalink
#53 FIX add more docs in psm_match.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Jun 18, 2024
1 parent d243b64 commit 5a9ce6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alpharaw/match/psm_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ def _add_missing_columns_to_psm_df(

def _prepare_matching_dfs(self) -> Tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]:
"""
Prepare dataframes to be matched.
Prepare empty `fragment_mz_df`, `matched_intensity_df`,
and `matched_mz_err_df` dataframes to extract peak matching information
for `self.psm_df`. These three dataframes will be only used internally
in :class:`PepSpecMatch` objects.
Returns
-------
Expand Down

0 comments on commit 5a9ce6b

Please sign in to comment.