Replies: 3 comments 2 replies
-
This is our intuition for a reasonable upper bound on true peaks detectable in a single cell type. This comes from analyzing bulk ATAC-seq data on sorted cells and trying to define a cutoff for what a true peak is. |
Beta Was this translation helpful? Give feedback.
-
Hi @rcorces , Since I have already called peaks (and do not wish to re-call them), I am just trying to get more peaks by changing "maxPeaks" in the addReproduciblePeaks(), but getting the error. Error: Code: groupPeaks <- .safelapply(seq_along(outSummitList), function(i){ I think the outSummitList argument I am passing isnt correct. It looks like this for me (in the manner i created it). If you can help me point what the issue is or show me how outSummitList should like - that would be really great. $Mic
|
Beta Was this translation helpful? Give feedback.
-
UPDATE: I think I figured this one out. If you could please review the code (just to make sure it makes sense with ArchR format) - I will very much appreciate it. I have pasted it here - may also help anyone else who wishes to do this analysis. `library(ArchR) outDir ="~/scratch/" outSummit <- list.files(path="/home/scratch/ArchR_outputs/ArchR_Batch/PeakCalls/ReplicateCalls/", pattern="*.rds") ` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a very simple question: What is the rationale for an upper limit of 150k on peak calling? Can this be related to %genome in the open chromatin?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions