LarryMe27
Results
1
issues of
LarryMe27
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...