Hi @himel.mallick - I have trained paired metagenome-metabolome data which resulted into 3 outputs: MelonnPan_Trained_Metabolites.txt
MelonnPan_Training_Summary.txt
MelonnPan_Trained_Weights.txt
For the prediction purpose, the following code was used:
 melonnpan.predict(metag = data_rel_abd, 
                    weight.matrix = "~/Desktop/melonnpan_test/train_output/MelonnPan_Trained_Weights.txt",
                    output = output_directory)
- 
Should I do any change in my code for performing prediction tasks using the model generated from custom (not default) paired metagenome-metabolome data? 
- 
I am asking as I was confused about the “train.metag” option of melonn.predict function.