Replies: 1 comment
|
Hi, In addition, you should run standard preprocessing like NormalizeData, FindVariableFeatures, ScaleData, and RunPCA for your reference as well as your own object (for example, see: https://satijalab.org/seurat/reference/findtransferanchors). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I downloaded the dataset from the study “A single-cell and spatially resolved atlas of human breast cancers” from CELLxGENE:
https://cellxgene.cziscience.com/collections/dea97145-f712-431c-a223-6b5f565f362a
Download command:
I converted the
.h5adfile into a Seurat object and attempted to use it as a reference for label transfer.Code used:
However, the following error occurs:
Reference object:
Query object (
tma1):Has anyone successfully used this CELLxGENE dataset as a Seurat reference for label transfer?
What could be causing the
FindTransferAnchorserror in this case?All reactions