pub fn atomic_product_ion_composition(
product_ion: &PeptideProductIon,
) -> Vec<(&str, i32)>
Expand description
calculate the atomic composition of a product ion
Arguments:
product_ion
- a PeptideProductIon instance
Returns:
Vec<(&str, i32)>
- a vector of tuples representing the atomic composition of the product ion