Convert feature IDs to names in the mmo object
IDToFeature.Rd
This function converts feature IDs to their corresponding names in the mmo object.
Examples
if (FALSE) {
feature_names <- IDToFeature(mmo, feature_ids = c("1219", "2250", "3360"))
feature_names <- IDToFeature(mmo, feature_ids = mmo$feature_data$id[1:10])
feature_names <- IDToFeature(mmo,
feature_ids = FeatureToID(mmo, feature_names = Glucosinolates)
) # if Glucosinolates is a vector of feature names
}