I ran mgatk tenx on my ATAC dataset and get the output like this:
And I use these outputs to run Signac. But when I ran ReadMGATK, it threw a error like this:
hemato.data <- ReadMGATK(dir = "~/atac_hemato/mgatk_sm/final/")
Reading allele counts
Reading metadata
Building matrices
Error in fixupDN.if.valid(value, x@Dim) :
length of Dimnames[[2]] (234676) is not equal to Dim[2] (234672)
I tried to upgrade the package like other issue mentioned, but still have the error. And compared to this, I use another data of RNA-seq but not have the error.
I ran mgatk tenx on my ATAC dataset and get the output like this: And I use these outputs to run Signac. But when I ran ReadMGATK, it threw a error like this:
I tried to upgrade the package like other issue mentioned, but still have the error. And compared to this, I use another data of RNA-seq but not have the error.
There is session info below:
I wonder why and what can I do.