I am attempting to analyze sequencing from mouse and chicken samples in Seurat by following the multi-dataset integration vignette on the Seurat website: https://satijalab.org/seurat/v3.1/integration.html. In their example they use FindIntegrationAnchors(object.list = reference.list, dims = 1:30)
to find anchors for integrating human pancreatic samples from four different platforms. This results in many anchor features that are used in subsequent steps. However, I am attempting to recreate the analysis with mouse and chicken samples. In the FindIntegrationAnchors
step, only three anchors are returned, rendering the following steps unworkable. I assume given the greater disparity between mouse and chicken expression than between different human samples, that there will be fewer anchors, but is there a way to collect more? Seurat claims this workflow can work for different species. Has anyone had success with such an analysis?
Are your samples comparable in terms of the cells being assayed? Are they all like lung or blood or bone marrow... or of completely different origin from these two animals? Please give some details and show the code you used.
They are both embryonic limb cells. My code follows the vignette. The datasets are quite large.
How many genes are common between the two Seurat objects?
Ahh there are only 13. I suppose that is an issue.
Is there a tool I can use to discover the orthologs between the two species and then reannotate the genes?
That it is. You will have to do some gene ID conversions to get more overlap between the two.
Sorry just edited my response above before reading,
Is there a tool I can use to discover the orthologs between the two species and then reannotate the genes?
biomart is probably the easiest way. There are several other questions regarding how to do this on Biostars as well if you do a little searching.