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

Error in Generating Methylation Count Matrices #122

Open
keyingkuang opened this issue Jun 25, 2022 · 2 comments
Open

Error in Generating Methylation Count Matrices #122

keyingkuang opened this issue Jun 25, 2022 · 2 comments

Comments

@keyingkuang
Copy link

Dear EpiScanpy team,

I am having trouble using episcanpy's ct.build_count_mtx() function. I strictly followed the tutorial and used the test datasets given to build the count matrices but found that there was no output files even the code chunk ran successfully. If setting the outout_file to "None" and keeping it as loaded matrix, none_type was produced.

Thanks!

@DaneseAnna
Copy link
Collaborator

Thank you very much for reporting the error.
The issue should be fixed now if you install episcanpy latest Github version like such:
pip install git+https://github.com/colomemaria/epiScanpy

We uncover a subsequent error in epi.pp.load_metadata which we are solving ASAP and upate the tutorial. Once this is finalized, we will release a new version of epiScanpy and close this issue. Please let us know if you are facing any other problems.

Best,
Anna Danese

@keyingkuang
Copy link
Author

Dear Anna,

Thank you so much for your reply. When I installed episcanpy latest github version, the function ct.build_count_mtx() still did not work (the code ran but no output files were produced).

I also have some questions regarding this function.

  1. The standard input files for this function are methylpy methylation summaries for single cells and some sets of annotations. If I have .tsv files summarized using 1-based genomic coordinates and are in the following format: . What would be the best way for me to pre-process to get the count summaries?
  2. For the set of annotations, are they dataset specific or where I could download those species-specific .bed files?

Thank you so much for your help!

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