Hello! I am trying to integrate ATAC assay of a multiome object but my FindIntegrationAnchors for ATAC assay keeps running into issues:
integration.anchors.atac.h2 <- FindIntegrationAnchors(object.list = list(Control_H2, H2), anchor.features = rownames(Control_H2), reduction = "rlsi", dims = 2:30)
Computing within dataset neighborhoods
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=01s
Finding all pairwise anchors
| | 0 % ~calculating
Converting layer counts in assay ATAC to empty dgCMatrix
Error: unable to find an inherited method for function 'seqinfo' for signature 'x = "ChromatinAssay"'
I am confused because it worked when I ran it for other objects couple of months ago. Kindly look into it and let me know of the issue.
Hello! I am trying to integrate ATAC assay of a multiome object but my FindIntegrationAnchors for ATAC assay keeps running into issues:
I am confused because it worked when I ran it for other objects couple of months ago. Kindly look into it and let me know of the issue.