Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is mgcv 1.8-40. For overview type 'help("mgcv-package") #24

Open
ofleitas opened this issue Jun 17, 2022 · 2 comments
Open

This is mgcv 1.8-40. For overview type 'help("mgcv-package") #24

ofleitas opened this issue Jun 17, 2022 · 2 comments

Comments

@ofleitas
Copy link

Hello
I am trying to run IceR with the example data and appear work well. However , in certain point of the processing appears this message :

This is mgcv 1.8-40. For overview type 'help("mgcv-package")'. and the processing seem to stall at this point.

Is this normal ?

Best regards

image

@mathiaskalxdorf
Copy link
Owner

Hi, this message is just an information from one of the used packages in the background. As you can otherwise see from the console, this message shows-up after IceR finished its job. R is still running but waiting for your input on the Shiny app (if you would like to start another run or want to have a look at the QC plots of the current run).
Best,
Mathias

@ofleitas
Copy link
Author

Hello

Thank you very much for the help. I was able to reproduce the analyses with the example data. So I tried to perform the analyses with a different data and IceR did the job without problem. But when I tried compare the results of Maxquant with IceR I get the following error

library(IceR)

IceR <- load_Requant_data()
[1] "Select Parameters.xlsx"
[1] "Selected path to IceR output: C:/Users/ofm83/Documents/anti-virulence/iron/cellular/IceR_results/"
[1] "Selected IceR output name: _IceR_analysis"
[1] "Selected path to MaxQuant output: C:/Users/ofm83/Documents/anti-virulence/iron/cellular/spectra/combined/txt/"
Error in stringr::str_split(data_protein$Gene_Name, ";", simplify = T)[, :
subscript out of bounds
IceR <- load_Requant_data()
[1] "Select Parameters.xlsx"
[1] "Selected path to IceR output: C:/Users/ofm83/Documents/anti-virulence/iron/cellular/IceR_results/"
[1] "Selected IceR output name: _IceR_analysis"
[1] "Selected path to MaxQuant output: C:/Users/ofm83/Documents/anti-virulence/iron/cellular/spectra/combined/txt/"
Error in stringr::str_split(data_protein$Gene_Name, ";", simplify = T)[, :
subscript out of bounds
MaxQ <- load_MaxQ_data()
[1] "Select a file in the MaxQ output folder"
[1] "Selected path to MaxQuant output: C:\Users\ofm83\Documents\anti-virulence\iron\cellular\spectra\combined\txt\"
Error in stringr::str_split(data_protein$Gene.names, ";", simplify = T)[, :
subscript out of bounds

Best regards

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants