This function retrieves lipid class, species and transition names from the feature_id
column and adds them as columns to the dataset.
Usage
get_lipid_class_names(
data = NULL,
use_as_feature_class = "lipid_class",
add_transition_names = FALSE
)