New DSL "MassQL" lets scientists query mass spectrometry data
1–10 of 11 posts
Re: New DSL "MassQL" lets scientists query mass spectrometry data
#2Re: New DSL "MassQL" lets scientists query mass spectrometry data
#3Re: New DSL "MassQL" lets scientists query mass spectrometry data
#4This is an anti-pattern. Do not make DSLs for subdomains of science. All scientific data can be stored and queried using general-purpose data analysis tools.
Re: New DSL "MassQL" lets scientists query mass spectrometry data
#5This is an anti-pattern. Do not make DSLs for subdomains of science. All scientific data can be stored and queried using general-purpose data analysis tools.
Why not if it is to facilitate new discoveries and to extend the reach of computational tools to large swaths of clever and productive people?
Re: New DSL "MassQL" lets scientists query mass spectrometry data
#6Re: New DSL "MassQL" lets scientists query mass spectrometry data
#7Earlier quoted context omitted.
Why not if it is to facilitate new discoveries and to extend the reach of computational tools to large swaths of clever and productive people?
because sql and other well-established systems already do this and tools like this can be built on those systems without creating yet another domain-specific tool.
Re: New DSL "MassQL" lets scientists query mass spectrometry data
#8Found this[1] page which includes an explanation of how it works, and also shows some analysis using the Spectra R package.
The SpectraQL[2] package adds MassQL support to Spectra, so one can compare a bit.
Re: New DSL "MassQL" lets scientists query mass spectrometry data
#9This is an anti-pattern. Do not make DSLs for subdomains of science. All scientific data can be stored and queried using general-purpose data analysis tools.
Re: New DSL "MassQL" lets scientists query mass spectrometry data
#10This is an anti-pattern. Do not make DSLs for subdomains of science. All scientific data can be stored and queried using general-purpose data analysis tools.
General-purpose data analysis tools tend not to be well suited to most types of scientific data. And it’s not only mass spectrometry, but also microscopy, diffraction, etc. There are huge improvements to be made in these areas.