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

Lack of files #1

Open
vdsukhov opened this issue Mar 29, 2022 · 6 comments
Open

Lack of files #1

vdsukhov opened this issue Mar 29, 2022 · 6 comments

Comments

@vdsukhov
Copy link

Hello!
I noticed that some scripts refer to files that are not included in the repository. Example:
file DE-analysis/R/run_bulk_DE/outer-run-DE.R has lines:

source("R/functions/submit_job.R")
source("R/functions/detect_system.R")

Could you add this files to repository, please?

@skinnider
Copy link
Collaborator

Hi @vdsukhov, these are just functions used to run the jobs on the HPC clusters that we used in this work.
They are not necessary to reproduce the results and will almost certainly not work for you on your own HPC configuration.

@vdsukhov
Copy link
Author

@skinnider thanks. So, basically I just need to call run_DE method from Libra package with data from grid0 (variable from DE-analysis/R/run_bulk_DE/outer-run-DE.R)?

@skinnider
Copy link
Collaborator

Yes, that's what you would need to do if you were trying to reproduce our analysis. Are you trying to apply Libra to your own data? You will find a clearer description of how to do this at the Libra repository (https://github.com/neurorestore/Libra).

@vdsukhov
Copy link
Author

vdsukhov commented Apr 5, 2022

@skinnider
Yes, I'm trying to reproduce some of your analysis, especially repeat steps of differential expression analysis

@vdsukhov
Copy link
Author

vdsukhov commented Apr 5, 2022

Can this function (Libra::run_de) be used for bulk datasets or it just works with single-cell data?

@skinnider
Copy link
Collaborator

For our paper, the code that was used for bulk datasets is in R/analysis/run_bulk_DE, and the relevant function is at https://github.com/neurorestore/DE-analysis/blob/master/R/functions/run_DE.R#L387.

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