Skip to content
Discussion options

You must be logged in to vote

I happen to be doing something similar, and I construct my own sce from the peaks I have and use this in peakAnnoEnrichment, I think this should work:

mySe <- SummarizedExperiment(
  assays = list(z = de_res$z, FDR = de_res$FDR, logFC = de_res$logFC),
  rowData = as.data.frame(peakSet),
  metadata = list(Params = list(useMatrix = "PeakMatrix"))
)

enrichMotifs <- peakAnnoEnrichment(
  seMarker = mySe,
  ArchRProj = projPBMC,
  peakAnnotation = "CisBP2021",
  cutOff = "FDR < 0.1"
)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@AnjaliC4
Comment options

@Zepeng-Mu
Comment options

Answer selected by AnjaliC4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants