This notebook provides a function to import peptide level data from Spectronaut, MaxQuant, AlphaPept, DIA-NN and FragPipe
The preprocessed data is stored in a pandas dataframe with following columns:
- all_protein_ids: all UniProt IDs the peptide map to separated by ';'
- modified_sequence: the peptide sequence with all modifications included in square brackets
- naked_sequence: the naked peptide sequence
It is possible to further select one or more specific samples for import. A single sample can be provided as character string. Multiple samples can be provided as list of character strings. The raw MS filename should match corresponding entries in the "R.FileName", "Raw file", "shortname" or "Run" column of the Spectronaut, MaxQuant, AlphaPept or DIA-NN analysis respectively. In the FragPipe "combined_peptide.tsv" file all 'Spectral Count' columns are used to extract information about individual experiments.