Change Sample for addReproduciblePeakSet #1684
Answered
by
rcorces
rhart604
asked this question in
Questions / Documentation
-
I discovered that addReproduciblePeakSet is treating Sample as replicates. I tried to change Sample to reflect the actual grouping of my replicates but I see that I'm not allowed to change it. Is there a way to specify what metadata to treat as replicates for addReproduciblePeakSet? Or to change Sample? |
Beta Was this translation helpful? Give feedback.
Answered by
rcorces
Oct 17, 2022
Replies: 1 comment
-
If I'm understanding your question correctly, as of Lines 9 to 12 in f6c0388 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rcorces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I'm understanding your question correctly, as of
release_1.0.2
, this is already possible. However, it happens during theaddGroupCoverages()
step. see thesampleLabels
param:ArchR/R/GroupCoverages.R
Lines 9 to 12 in f6c0388