Skip to content

deepPseudoMSI-project/deepPseudoMSI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepPseudoMSI

Deep learning-based pseudo mass spectrometry imaging processing for precision medicine.

More information can be found here.

Install packages

Please install R packages that used in the analysis.

install.packages("remotes")
install.packages("tidyverse")
remotes::install_gitlab("jaspershen/masstools")
install.packages("tidyr")
install.packages("plyr")
install.packages("VennDiagram")
install.packages("randomForest")
install.packages("Boruta")

Code

There are three parts of codes in this repo.

  1. pseudoMS-image-converter

This is written by R which is used to convert LC-MS raw data to pseudo-MS image.

  1. pseudoMS-image-predictor

This is written by Python which is used to construct deep learning prediction model.

  1. figures_in_manuscript

All the analysis code in our manuscript.

About

Deep learning-based pseudo mass spectrometry imaging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published