Micro-scaffold Assisted Spatial Proteomics (MASP) is a novel method for spatial proteomic studies. MASP precisely procures spatial information by precise tissue spatial compartmentalization using a 3D-printed micro-scaffold, and accurately/sensitively quantifies thousands of proteins in a whole-tissue slice.
MAsP is a R Shiny-based interactive application designed for processing, visualization and analysis of quantitative proteomics data generated by MASP.
R (Version 4.0.5 or above) is required for Windows 10 or MacOS.
Users can install MAsP with the following line in R:
install.packages("devtools")
library(devtools)
devtools::install_github("JunQu-Lab/MAsP")
If no error pops up, the MAsP web app could be started with the following codes:
library(MAsP)
MAsP::MAsPShiny()
User can download the manual either at the mainpage of MAsP app or at the github directory MAsP/inst/shiny/MAsP.
The files provided in this Google Drive link can be uploaded in "Data upload" section in the App, please refer to the manual for details.
The files are: - "MASP_data.csv", the abundance ratios of the 5019 proteins quantified by MASP with spatial locations; - "Locations.csv", the spatial locations of the micro-specimans; - "Brain_cover.png", a brain cover image.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.