I need to construct a biological database to store NGS data obtained from patients (clinical diagnostics). Concretely, I want to create the following records:
- Capture-kits versions used for each sample.
- Detection parameters and programs employed.
- Coverage quality.
- Detected variants.
- Databases employed in each analysis.
- Sample/patient info.
My idea is to use MySQL but I don't know if other database management systems are more suitable for this purpose. In addition, after creating the database, I want to construct an user-friendly interface to consult the data.
I would be grateful if anyone could provide any paper, review or tutorial related to this matter.
consider data from patients as PHI and that may save you in future from regulatory actions. Look at domain models from HL-7/FHIR. They have clinical genomics template and domain model in storing patient information and standard vocabulary. I think they have necessary place holders for provenance information. eudald.t
What you are describing is called a LIMS or LIS. There are a million already available, you're better off trying them first instead of reinventing the wheel