I was trying to get marker peaks but ran into this error.
Previous Github Issues didn't provide any answer to this and the underlying causes might be different.
> markersPeaks <- getMarkerFeatures(
+ ArchRProj = fetal_lung_clean,
+ useMatrix = "PeakMatrix",
+ groupBy = "cell_type",
+ bias = c("TSSEnrichment", "log10(nFrags)"),
+ testMethod = "wilcoxon"
+ )
ArchR logging to : ArchRLogs/ArchR-getMarkerFeatures-6a134be61b7c-Date-2021-11-25_Time-20-21-11.log
If there is an issue, please report to github with logFile!
2021-11-25 20:21:12 : Matching Known Biases, 0.015 mins elapsed.
Error in cor(estbgdP, obsbgdP) : incompatible dimensions
In addition: Warning messages:
1: In rbind(estbgd, obsbgd) :
number of columns of result is not a multiple of vector length (arg 1)
2: In rbind(estbgdP, obsbgdP) :
number of columns of result is not a multiple of vector length (arg 1)
>
Attach your log file
ArchR-getMarkerFeatures-6a134be61b7c-Date-2021-11-25_Time-20-21-11.log
I was trying to get marker peaks but ran into this error.
Previous Github Issues didn't provide any answer to this and the underlying causes might be different.
There's what I did:
Any thoughts?