Skip to content

Errors in using getMarkerFeatures #1185

@brianpenghe

Description

@brianpenghe

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:

> 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)

> 

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions