chris-mcginnis-ucsf / MULTI-seq

R implementation of MULTI-seq sample classification workflow
59 stars 10 forks source link

Are BClist.Robj and cell.id.vec.Robj files provided? #33

Closed xf2297 closed 1 year ago

xf2297 commented 1 year ago

Hi @chris-mcginnis-ucsf , thank you for providing this package. I am trying to learn it. And I was following the tutorials, and realized that I don't have BClist.Robj and cell.id.vec.Robj files. Wonder if these files are provided anywhere, or how should I generate them?

Thanks

## Define vectors for reference barcode sequences and cell IDs
bar.ref <- load("/path/to/BClist.Robj")
cell.id.vec <- load("/path/to/cell.id.vec.Robj")