Entering edit mode
4.3 years ago
2962873004
•
0
What do I do with this warning when I'm putting together the data?
immune.anchors <- FindIntegrationAnchors(object.list = list(HLJ1, HLJ2,HLJ3,HLJ4), dims = 1:20)
Warning message:
In CheckDuplicateCellNames(object.list = object.list) :
Some cell names are duplicated across objects provided. Renaming to enforce unique cell names.
But there's always a warning message after this step
That's fine, there will almost always be matching cell barcodes since they are not completely randomly generated when 10X are synthesizing their beads.
Is this warning okay
Yea, that can be ignored.