I am working on a NGS database using MySQL and I found a problem to create the table for coverage data. Each row contains an interval of the entire exome sequenced.
The problem I found is related to the exons because in most cases there is more than one exon and they are separated by commas, for example: "1, 2, 3". As the exons are numbers, creating an extra table is a nonsense and using ENUM is not an option as there is no maximum number. I think the best solution is consider the field as text but, is it correct?
Here you have an example: https://www.db-fiddle.com/f/38SWtKrqWpqZJRVZbw28SC/21
Hello Swimming bird!
It appears that your post has been cross-posted to another site: https://bioinformatics.stackexchange.com/questions/8867
This is typically not recommended as it runs the risk of annoying people in both communities.
Ok, sorry. I deleted the post on stackexchange.