Closed pangxueyu233 closed 5 years ago
And I tried to change the code like this:
fragments <- fragments[mcols(fragments)[,"RG"] %in% rownames(tssSingles)[tssSingles$cellCall==1]]
And it works, I know this step wants to filter cells but I'm not sure whether it's right by my fixing.
One more suggestion, could you upgrade the codes? Because some parts was used Seurat V2.3, it's not friendly to further people using seurat V3. Thanks
looks like a variable got deleted
by = "RG"
i normally write it as mcols(fragments)$RG but i corrected it everywhere to be more flexible
Hello, It's really an awsome wroking. But I got a error by using your workflow in 01_Filter_Cells_v2, as following:
I don't know the ### mcols(fragments)[,by] meaning, and I got error in this formula. Hope you could help me out.
Thanks