Hi all,
I'm a newbie in single cell and I a need to pre process some samples. Recently I did it with cellRanger count and it went fine with good results, but now my data was builded with a chemistry I have never seen before, I have 8 bp for I 25 bp for R1 and 90 bp for R2. The colleague who sent me the data says it was made with chemistry v2 but after after a few attempts it has been impossible to get the counts with cellranger count. I have read that cellranger needs at least 26 bp (barcode+UMI) in R1 to works properly.
Does anyone know how I should preprocess this data? and if it is possible to do it with cellranger?
Thanks
It is not clear if you are referring to some other samples that worked well in past but you are now having trouble with a new set of samples. If you did not get any errors and the results look reasonable then you probably do not need to worry about chemistry.
Please post exact error message you are getting.
You can try to use
alevin-fry
orSTARsolo
as well.Sorry, I did not explain it well.
I did it before with other group of samples and different chemistry, so cellranger is working fine in my system.
This is the error I received:
Log message:
The minimum read length for different chemistries are:
We expect that at least 50% of the reads exceed the minimum length.
As you can see the data is one base short. If cell ranger is unable to analyze the data you may need to look elsewhere.
OP could cheat a bit by adding an A to the end of every read of R1 (and a suitable letter to the quality string) and see if Cellranger can make anything remotely sensible from that.
I tried to add an "N" to the end of every read in R1 and cellranger did not found any barcode, results but no cells, I did it again adding a "N" to the start of each read, same result. Adding an "A" should be different?
Well, A is a real letter. I don't know off the top of my head how cellranger deals with N's. But if the cell barcodes didn't match the v2 whitelist, then I'd say you don't have v2 chemistry.