Integrate four scRNA-seq datas
2
0
Entering edit mode
3.7 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.
RNA-Seq • 1.4k views
ADD COMMENT
1
Entering edit mode
3.7 years ago

You can ignore that. It's just saying there is some overlap in cell barcodes between samples, so it will add a suffix to the cell barcodes.

ADD COMMENT
0
Entering edit mode

But there's always a warning message after this step

ADD REPLY
0
Entering edit mode

That's fine, there will almost always be matching cell barcodes since they are not completely randomly generated when 10X are synthesizing their beads.

ADD REPLY
0
Entering edit mode

Is this warning okay

> immune.combined <- IntegrateData(anchorset = immune.anchors, dims = 1:20)
Warning: Adding a command log without an assay associated with it
ADD REPLY
0
Entering edit mode

Yea, that can be ignored.

ADD REPLY

Login before adding your answer.

Traffic: 2662 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6