Extracting peak matrix with peak ranges #1392
-
Hello, I have a list of peaks of interest that I have some additional annotation for. I would like to subset my peak set so that I can plot the peaks across pseudotime outside of ArchR with some row annotations (ex. what cell type the peak is associated with). When I get my peak matrix with
this returns the SE object. However, when I get the peak matrix with
I can see that the rownames of the matrix are not peak ranges
How can I get the ranges associated with these counts so that I can map my row annotations to the heatmap? Does the matrix rownames follow the same order as the ranges in the PeakSet? Apologies if I am completely misunderstanding this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're looking for |
Beta Was this translation helpful? Give feedback.
https://www.bioconductor.org/help/course-materials/2019/BSS2019/04_Practical_CoreApproachesInBioconductor.html
You're looking for
rowRanges()