-
Notifications
You must be signed in to change notification settings - Fork 9
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
Example notebook #1
Comments
Great idea! I'll try to put something together. In the meantime, you can convert any of the .ipy files into .ipynb using jupytext. For example, here is where we fit the NSF model to the Visium data: https://github.com/willtownes/nsf-paper/blob/main/scrna/visium_brain_sagittal/02_exploratory.ipy#L58 |
Dependencies to run demo notebook: I used Python 3.10.8!pip install scanpy |
Thanks @Alea4jacta6est ! For what it's worth, I was running everything in python 3.8.10 when I created the code originally. You can see all the detailed dependencies in the methods section of the paper under "Software versions". |
@willtownes wow, now I see, could you add requirements.txt file to the repository for the users to easily set up the environment to run your code? |
Dear @willtownes,
Thanks for making the code for Nonnegative Spatial Factorization available! I really want to start playing with this. Would it be possible for you to create a Jupyter/Colab Notebook so make it easier to start?
Best,
Pedro
The text was updated successfully, but these errors were encountered: