-
Notifications
You must be signed in to change notification settings - Fork 4
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
Original signal score file missing #3
Comments
Hi,
The data structure for each signal score file is (demo)
After having these computed signal score files, you should be able to run the experiments. |
Thanks for the reply. |
I didn't upload these original files. They can be easily computed using the existing R package (phvid) based on FAERS data. |
|
If possible can you please upload the csvs as well? |
I uploaded one file under "SignalScoresSource/PRR05/prr05_14.csv", which is the signal scores computed by PRR using data up to 2014. |
Hi, I'm not able to find original signal score file in the repo.
When I created a folder named 'SignalScoresSource', I'm getting the following error:
Traceback (most recent call last):
File "run.py", line 115, in
more_main()
File "run.py", line 112, in more_main
main(args)
File "run.py", line 37, in main
data = FAERSdata(args.input, args.method, args.year)
File "/Users/user/Downloads/LP-SDA-master/FAERSdata.py", line 12, in init
Files = [Files[-1]]
IndexError: list index out of range
Please help.
Thanks in advance.
The text was updated successfully, but these errors were encountered: