colomemaria / epiScanpy

Episcanpy: Epigenomics Single Cell Analysis in Python
BSD 3-Clause "New" or "Revised" License
139 stars 33 forks source link

To be updated: Building an ATAC-seq count matrices from bam file #35

Closed kridsadakorn closed 3 years ago

kridsadakorn commented 4 years ago

https://nbviewer.jupyter.org/github/colomemaria/epiScanpy/blob/master/docs/tutorials/ATAC_bld_ct_mtx_tutorial.html

To update in the tutorial

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)

output_file was update to output_file_name