Closed sshanyiiii closed 1 month ago
To clarify, I didn't say that we need to subset the fragment file after filtering out cells, and in practice this makes very little difference to the peak calling.
If you want to subset the fragment file you can use the FilterCells
function or the filter
function in fragtk
: https://github.com/stuart-lab/fragtk
Hi,
As you mentioned in https://github.com/stuart-lab/signac/issues/1569, we need to subset the fragment file after filtering low QC cells, which does not appear in the Signac official tutorial. So I haven't done this step before. I'm curious when using fragement file to callpeaks, won't the cells saved in the Seurat object be automatically recognized from fragment file? If not, any function or good method to subset cells and create a new fragment file? Thanks!