SnapATAC icon indicating copy to clipboard operation
SnapATAC copied to clipboard

Error in Integrative Analysis of 10X and snATAC Step 3

Open yjchen1201 opened this issue 4 years ago • 0 comments

Hello! In your step 3, Add cell-by-bin matrix, the code is: x.sp.list = lapply(seq(x.sp.list), function(i){x.sp = addBmatToSnap(x.sp.list[[i]], bin.size=5000);x.sp}) However, it says: Error: object 'x.sp.list' not found should it be: x.sp.list = lapply(seq(x.sp.ls), function(i){x.sp = addBmatToSnap(x.sp.ls[[i]], bin.size=5000);x.sp}) change x.sp.list to x.sp.ls? Thanks!

yjchen1201 avatar Mar 06 '20 07:03 yjchen1201