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

NOREVA doesn't produce any outputs #3

Open
gauravmoghe opened this issue Sep 27, 2022 · 0 comments
Open

NOREVA doesn't produce any outputs #3

gauravmoghe opened this issue Sep 27, 2022 · 0 comments

Comments

@gauravmoghe
Copy link

Hi,

I'm using Mac Catalina but I tried this also on Windows and NOREVA does not work in both cases. I downloaded NOREVA and installed all its dependencies in RStudio, with latest versions of R/RStudio. The installation of all dependencies and NOREVA went well. I can load the library without any errors.

I downloaded the 'Multiclass_without_QCSIS.csv' demo file Multiclass_without_QCSIS.csv
from the website and ran the commands as outlined in this tutorial. The PrepareInuputFiles command runs fine but the others don't produce any outputs even after several minutes of waiting. Specifically, I ran the following commands:

library(NOREVA)

peaks <- PrepareInuputFiles(dataformat=1, 
                            rawdata='Multiclass_without_QCSIS.csv')

normulticlassnoall(fileName=peaks, SAalpha="Y", SAbeta="Y", SAgamma="Y") #I also tried running the next command directly without running this command

outmatrix <- normulticlassmatrix(datatype=1, fileName=peaks, impt=2, trsf=2, nmal=20)

write.csv(outmatrix, file='processed-optimal.csv')

I also tried this with my real MS data, which is several thousand peaks. It does not run with that too. There are no error messages but also no R objects or standard output streams produced.

This issue is the same as a previously closed issue: #2

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

1 participant