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
Dear fellow colleagues,
I found a mistake in the documentation of the function calculate_protein_abundance():
If for_plot = FALSE, protein abundances are returned, if for_plot = TRUE also precursor intensities are returned in a data frame. The later output is ideal for plotting with qc_protein_abundance and can be filtered to only include protein abundances.
that should be:
If for_plot = FALSE, protein abundances are returned, if for_plot = TRUE also precursor intensities are returned in a data frame. The later output is ideal for plotting with peptide_profile_plot() and can be filtered to only include protein abundances.
Thank you for your great work 🥇
Anna
The text was updated successfully, but these errors were encountered:
Dear fellow colleagues,
I found a mistake in the documentation of the function
calculate_protein_abundance()
:that should be:
Thank you for your great work 🥇
Anna
The text was updated successfully, but these errors were encountered: