Hi, I would like to use DeepMicro for disease prediction.
But i can't figure out how to generate the 'correct' input data for DeepMicro. I saw that the UserDataExample.csv has a lot of digits, where each row represents a sample and each column represents a microbe, but how did you get that table?
The datasets i have are
(i) paired-end fastq files
(ii) reconstructed 16S sequences (in fasta format) from the paired-end fastq files
(iii) taxonomy file + abundance of each microorganisms (in csv format)
How do i convert these info into a table similar to UserDataExample.csv?
Thank you for your help