Go to file
この中二病に爆焔を! 64854d81c2 run package msbuild 2024-06-08 21:58:25 +08:00
.github Update sync_gitlink.cmd 2022-08-13 00:37:09 +08:00
.vscode update readme docs 2023-09-09 11:19:27 +08:00
dist update code line stats 2024-05-22 11:23:53 +08:00
extdata add help documents 2024-02-29 14:33:50 +08:00
msconvert add spot data 2024-05-21 15:00:03 +08:00
msconvertGUI update code line stats 2024-05-22 11:23:53 +08:00
mzView needs a better raw data feature search result inspector tools 2024-04-11 09:52:41 +08:00
mzblender update code line stats 2024-05-22 11:23:53 +08:00
mzkit fix url for access the web page 2024-06-07 13:15:21 +08:00
rstudio add options for hide the scatter labels 2024-03-11 16:44:16 +08:00
services fix url for access the web page 2024-06-07 13:15:21 +08:00
setup run package msbuild 2024-06-08 21:58:25 +08:00
ux login sequence success 2024-06-07 11:29:54 +08:00
webview not working as expected when rendering the high dpi resolution image 2024-05-10 09:22:39 +08:00
.gitignore installer buil;d 2024-04-01 20:12:34 +08:00
.gitmodules add submodules for run as the data backend service 2023-08-16 09:43:34 +08:00
LICENSE Update LICENSE 2022-09-01 08:05:05 +08:00
README.md update readme docs 2023-09-09 11:19:27 +08:00
mzkit_win32.sln update modules 2024-05-31 22:56:23 +08:00
proj_stats.csv update source file banners 2024-05-23 14:23:42 +08:00
screenshot.jpg add screenshot 2023-06-19 21:07:33 +08:00
splash.PNG fix of the missing components 2023-07-31 20:21:16 +08:00

README.md

mzkit_win32

Mzkit Windows Desktop Application, this source repository is a submodule of the mzkit project: https://github.com/xieguigang/mzkit

Source development & compile

  1. Git clone of source projects and all of the submodules inside the repository:

  2. Development of MZKit in VisualStudio:

    • open the visual studio solution file in mzkit source folder: "src/mzkit/mzkit_win32.sln"
  3. Build R language environment in VisualStudio:

    • open the visual studio solution file in GCModeller source folder: "src/R-sharp/R_system.NET5.sln"
  4. Build R environment:

    • run the batch file in mzkit source folder: "src/mzkit/setup/build_pkgs.cmd"
  5. Finally build the installer package project:

    • open the project file in Advanced Installer in mzkit source folder: "src/mzkit/setup/mzkit_setups.aip"

demo ms-imaging generated from MZKit, raw data reference:

https://www.ebi.ac.uk/pride/archive/projects/PXD001283

DOI: 10.1002/anie.200905559, PubMed: 20397170, Des: Römpp A, Guenther S, Schober Y, Schulz O, Takats Z, Kummer W, Spengler B; Histology by mass spectrometry: label-free tissue characterization obtained from high-accuracy bioanalytical imaging., Angew Chem Int Ed Engl, 2010 May 17, 49, 22, 3834-8,

Reference

  1. SMILES drawer: https://github.com/reymond-group/smilesDrawer, J. Chem. Inf. Model. 2018, 58, 1, 17 Publication Date:December 19, 2017 https://doi.org/10.1021/acs.jcim.7b00425

  2. Chemical structure drawer: https://github.com/epam/ketcher

Windows Desktop UI Credits