chris-mcginnis-ucsf / MULTI-seq

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

MULTISeqDemux function error: "No threshold found for CMO302 #29

Closed JS0715 closed 1 year ago

JS0715 commented 1 year ago

Hi I am working on analyzing multiplexing (cellplex and TotalSeqA) data. I used HTOdemux for demultiplexing samples and it worked fine for both cellplex and totalseqA data however when I used MULTISeqDemux function for demultiplexing cellplex data it is giving me error saying "No threshold found for CMO302"

MULTISeqDemux function worked on TotalSeqA data though. Can you please help me understand what's going on?

MultiSeqdemux-error

Thanks!

chris-mcginnis-ucsf commented 1 year ago

Hi @JS0715 ,

That error is thrown when there is a low-quality barcode present. Have you checked barcode space to ensure that CM302 marks a specific cluster?

Chris