Skip to content
Discussion options

You must be logged in to vote

I think you've gone a little too far into searching for something. What you're looking at is the metadata of the object and specifically the params that were used when calling getMarkerFeatures(). One of those params was the ArchRProject object. By looking at markerTest@metadata$Params$ArchRProj@peakSet$nearestGene, you are effectively just doing
ArchRProj@peakSet$nearestGene which is actually disconnected from the analysis.

> all.equal(ArchRProj@peakSet$nearestGene, markersPeaks@metadata$Params$ArchRProj@peakSet$nearestGene)
[1] TRUE

The nearest gene is not stored in the object explicitly. You would have to match the values in the idx column of the SummarizedExperiment with the values i…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mitchTwoTimes
Comment options

@rcorces
Comment options

@mitchTwoTimes
Comment options

@rcorces
Comment options

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