proteometer.lip_analysis#
Functions#
|
Performs statistical analysis on the provided limited proteolysis data. |
Module Contents#
- proteometer.lip_analysis.lip_analysis(par: proteometer.params.Params, drop_samples: list[str] | None = None) tuple[pandas.DataFrame, pandas.DataFrame, pandas.DataFrame] [source]#
Performs statistical analysis on the provided limited proteolysis data.
- Parameters:
- Returns:
- The resulting limited
proteolysis data frames after analysis. These are the double-digested peptide data frame, the rollup of the peptide data to the single site, and the processed global protein data frame (in that order).
- Return type:
tuple[pd.DataFrame,pd.DataFrame,pd.DataFrame]