"C:\Program Files\R\R-3.5.2\bin\R.exe" -f "C:\Users\Tobias\AppData\Local\Apps\2.0\NOVMJ3ZE.RT7\39VH13EO.KLX\skyl..tion_e4141a2a22107248_0013.0000_8870d1d2982721de\Tools\AvG_skylineexternaltool_v0.0.1.2\AvantGardeDIA_Help_check_version.r" R version 3.5.2 (2018-12-20) -- "Eggshell Igloo" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # Avant-garde R package version > a<-installed.packages() > packages<-a[,1] > if(is.element("AvantGardeDIA",packages)) { + msg = paste("AvantGardeDIA R package version: ", packageVersion("AvantGardeDIA")) + } else{ + msg = "AvantGardeDIA R package is not installed." + } > > # R version > R.Version()$version.string [1] "R version 3.5.2 (2018-12-20)" > print(msg) [1] "AvantGardeDIA R package is not installed." > "C:\Program Files\R\R-3.5.2\bin\R.exe" -f "C:\Users\Tobias\AppData\Local\Apps\2.0\NOVMJ3ZE.RT7\39VH13EO.KLX\skyl..tion_e4141a2a22107248_0013.0000_8870d1d2982721de\Tools\AvG_skylineexternaltool_v0.0.1.2\AvantGardeDIA_SkylineTool_Prep1_Params_QExactive_DIA.r" "C:\Users\Tobias\Downloads\Skyline Support Files\ADAM" "C:\Users\Tobias\AppData\Local\Apps\2.0\NOVMJ3ZE.RT7\39VH13EO.KLX\skyl..tion_e4141a2a22107248_0013.0000_8870d1d2982721de\Tools\AvG_skylineexternaltool_v0.0.1.2" ARGUMENT 'C:\Users\Tobias\Downloads\Skyline Support Files\ADAM' __ignored__ ARGUMENT 'C:\Users\Tobias\AppData\Local\Apps\2.0\NOVMJ3ZE.RT7\39VH13EO.KLX\skyl..tion_e4141a2a22107248_0013.0000_8870d1d2982721de\Tools\AvG_skylineexternaltool_v0.0.1.2' __ignored__ R version 3.5.2 (2018-12-20) -- "Eggshell Igloo" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > args <- commandArgs() > print(args) [1] "C:\\PROGRA~1\\R\\R-35~1.2/bin/x64/Rterm.exe" [2] "-f" [3] "C:\\Users\\Tobias\\AppData\\Local\\Apps\\2.0\\NOVMJ3ZE.RT7\\39VH13EO.KLX\\skyl..tion_e4141a2a22107248_0013.0000_8870d1d2982721de\\Tools\\AvG_skylineexternaltool_v0.0.1.2\\AvantGardeDIA_SkylineTool_Prep1_Params_QExactive_DIA.r" [4] "C:\\Users\\Tobias\\Downloads\\Skyline Support Files\\ADAM" [5] "C:\\Users\\Tobias\\AppData\\Local\\Apps\\2.0\\NOVMJ3ZE.RT7\\39VH13EO.KLX\\skyl..tion_e4141a2a22107248_0013.0000_8870d1d2982721de\\Tools\\AvG_skylineexternaltool_v0.0.1.2" > setwd(file.path(args[4])) > getwd() [1] "C:/Users/Tobias/Downloads/Skyline Support Files/ADAM" > dir.create(file.path(getwd(),"AvantGardeDIA"),showWarnings = F) > setwd("AvantGardeDIA/") > > # Create AvantGardeDIA Parameters file > A<-" + Name_Tag='Name_Tag' #Short Name that will be added to all output files. (Must be in quotes) + + # I- DataFormating Parameters + MinimalInitialNumberOfTransitions_Filter=5 # Peptides with less than N transitions will be removed and not included in the SQLite Database + RemoveTransitionBelowOrdinal_Filter=3 # Transition ordinal below or equal to this value will be removed (for example if Max_TransitionIonOrdinal=3 transitions b1,b2,b3,y1,y2,y3 are removed) + RemoveSharedTransitionsBetweenLightAndHeavy_Filter=TRUE # Should be TRUE for DIA,FALSE for PRM. + ReadNumberOfLines=20000 # The CSV file is read in chunks. This parameter sets the number of lines in each chunk. + + # II- Optimization Parameters + NonZeroBaselineChromatogram=FALSE # TRUE for data having high noise baseline level (e.g. SWATH data on Q-TOF), FALSE (noise-reduced data, e.g demultiplexed Overlap DIA Data acquired on Q-Exactive series) + MinimalNumberOfTransitionsAfterOptimization=4 # The optimization will find the best solution that will have at least this number of transitions. + KeepPeptidesWithLowerNumberOfTransitions=FALSE # Keep (or not) a peptide if it has a lower number of transitions than the limit above (recomended FALSE for DIA). The transition refinement refinement will not be done on these peptides but the peak boundary refienement and scoring will be performed. + TopN_RankedbyIntensity=6 # Number of most intense transitions in teh spectral library (N) among which at least n transitions need to be present. + MinimalNumberOfTransitionsAmongTopN=2 # Number of transitions (n) that need to be present among the N most intense transitions in the spectral library. + alpha=0.005 + Beta=0.05 + SpectralLibraryDotProduct_limit=0.7 # + MassError_Tolerance=10 # Mass error tolerance (in PPM) + MassError_CutOff=20 # Mass error cut-off (in PPM) + MinimalNumberOfConsecutivePoints=3 # Minimal number of consecutive points above the limit of noise to consider a signal as a potential peptide. + MinimalIntensityPercentagePerTransition=3 # Minimal percentage of the maximum intensity of each transtion below which any point is no longer considered. + UseHeavyPeakBoundariesForLight=FALSE # Use the heavy peptide peak boundaries for the light peptides. + + ## Folders + Folder_1='DataFormatting' + Output.file=file.path(getwd(),Folder_1) + MultiFile.path=file.path(Output.file,'MultiFile') + Folder_2='TempFiles' + dir.output=file.path(getwd(),Folder_1,Folder_2) + Multifile_path=file.path(Output.file,'MultiFile') + RefinementWorkflow='GlobalRefinement'" > > write.table(A,file = "AvG_Params.R",row.names = F,col.names = F,quote = F) > > ### Installing Latest version of the AvantGardeDIA R package > install_Latest_AvG_RPackage<-file.path(args[5],"Update_AvG_RPackage.r") > source(install_Latest_AvG_RPackage) Warning in install.packages(Avg_RPackage_path, repos = NULL) : 'lib = "C:/Program Files/R/R-3.5.2/library"' is not writable Error in install.packages(Avg_RPackage_path, repos = NULL) : unable to install packages Calls: source -> withVisible -> eval -> eval -> install.packages Execution halted