-
Hi All! My name is Allison and I am a newb to analyzing single cell data. I am working through the Seurat and Signac vignettes that the Sajita lab provides but I am worried about an error code affecting downstream analysis. For background, my data is from a 10x multiome run to give me scRNA and scATAC sequencing data. There are a few warnings that I'm worried may be affecting downstream commands. I basing my code of the pbmc vignette and my script is attached. Everything runs well until command:
from which I get 21 warnings similar to this: In .Seqinfo.mergexy(x, y) : For background, I used refdata-cellranger-arc-mm10-2020-A-2.0.0 (provided on the 10x website) as my reference genome when running Cell Ranger ARC. Is this genome compatible with Ensembl genomes for annotation? I know there is a way to build a custom reference and then I could ensure compatibility. The annotations file that the code outputs looks normal, but I don't see any difference in the ATACob Seurat object when I try to annotate with the following code:
Any help you could provide is very much appreciated. By the way I am using Seurat 4.0.4 and Signac 1.3.0 on R 4.1.0. Thanks! -Allison |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @troutena, those warnings can be ignored, I don't think there's any issue here |
Beta Was this translation helpful? Give feedback.
Hi @troutena, those warnings can be ignored, I don't think there's any issue here