HiTMaP icon indicating copy to clipboard operation
HiTMaP copied to clipboard

An R package of High-resolution Informatics Toolbox for Maldi-imaging Proteomics

Results 6 HiTMaP issues
Sort by recently updated
recently updated
newest added

Hi HiTMaP team, Currently I have been running through your mouse brain example data. However, I encountered an error: ## Codes I used: ``` fastafile

Hi together, I used this code and wanted to skip preprocessing: ```{r} library(HiTMaP) datafile=c("Data/kidney_Lme033.imzML") wd="D:/data/Larissa/R_proj/" preprocess = list(force_preprocess=FALSE, use_preprocessRDS=TRUE) ``` ```{r} imaging_identification(datafile=paste0(wd,datafile), trehold=0.5, ppm=20, Digestion_site="trypsin", missedCleavages=0:1, Fastadatabase="Maus_2024_05_15.fasta", adducts= c("M+H"), Decoy_mode...

Hi HiTMaP team, I was trying to run the code using my data and encountered an error not sure how to fix it. any help would be greatly appreciated. my...

Hello, I'm reading through the README and see that guidelines for exporting pixel level proteomics data is missing. Will that documentation be published soon? It is my goal for goal...

**Dear HiTMaP Team, Thank you so much for the excellent support and maintenance. I am running a new issue with Modifications=list(). I am trying to include oxidized peptide in the...

Hi HiTMaP team, I really like this code, I am running it with your example data to get it ready for my project, and it is giving me the output...