Open wangjiawen2013 opened 5 years ago
I am following the tutorial now, when I run: epi.ct.bld_atac_mtx(list_bam_files=list_cells, loaded_feat=enhancers, output_file='test_ATAC_mtx.txt', path=path_to_play_data, writing_option='w', header=enhancer_names)
an error occurs: pysam/libcalignmentfile.pyx in pysam.libcalignmentfile.IteratorRowAll.next() OSError: truncated file perhaps it is caused by samtools or pysam's version
Besides, the default value of parameter "chromosome" of function epi.ct.bld_atac_mtx is mouse genome, while that value is human genome in function epi.ct.load_features() is human. Why don't keep them the same ?
And the title of epiScanpy homepage is wrong, it should be epiScanpy, not eoiScanpy ! https://episcanpy.readthedocs.io/en/latest/
Sorry, for the delayed answer.
Thank you for all your remarks, this is very helpful!
Glad to be the first one here! Looking forward to the final release version of epiScanpy and it's full tutorial and the download link of test data. By the way, Could epiScanpy be used as a multi-modal analysis tool as discussed in https://github.com/theislab/scanpy/issues/479 ?