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

Data base #435

Open
SteveTur opened this issue Jul 19, 2024 · 3 comments
Open

Data base #435

SteveTur opened this issue Jul 19, 2024 · 3 comments

Comments

@SteveTur
Copy link

Hi everyone,

I just realized that my Snakemake pipeline step 3 isn't starting because of the ranking and score database. It seems that every time I download the ranking and the scores database from the resource link, the checksum never corresponds to yours.

Do you have any ideas on how to troubleshoot this?

Best,
Steven

@SeppeDeWinter
Copy link
Collaborator

Hi @SteveTur

Are you still able to load the databases?

from ctxcore.rnkdb import FeatherRankingDatabase
db = FeatherRankingDatabase(fname, name="test")
print(db.total_genes)

Best,

Seppe

@SteveTur
Copy link
Author

Hi Seppe,

I've managed to get everything working, but I'm encountering issues with some of the post-analysis steps. It seems that I can't figure out how to plot the old GRN style from the previous version, and I don't think the perturbation functions are working in the new alpha version. Is it possible to get an example of how to use those tools with the new version of the alpha?

Best,

Steven

@SeppeDeWinter
Copy link
Collaborator

Hi @SteveTur

The perturbation simulation is now updated https://scenicplus.readthedocs.io/en/latest/Perturbation_simulation.html#Tutorial:-Perturbation-simulation

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