-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to know the peaks called after clipper #111
Comments
What's your command? That branch should be valid/working |
My command is: clipper And after I wc -l <my_peaks.bed> Am I doing right? |
Yup that appears right, however are you using the example data for paired end? If so, the numbers appear off from what we have (should be closer to ~150k peak clusters, which are then further normalized with the script below). Let's check to make sure you're using the latest script, as the one in gscripts is deprecated and is no longer being updated: |
Hello,after I used the clipper,I found the three results:
4008101 Sep 13 20:30 EXAMPLE_PE.rep2_clip.A03.r1.fq.genome-mappedSo.rmDupSo.merged.r2.peakClusters.bed*
54949513 Sep 13 20:30 EXAMPLE_PE.rep2_clip.A03.r1.fq.genome-mappedSo.rmDupSo.merged.r2.peakClusters.bed.pickle*
13 Sep 13 20:30 EXAMPLE_PE.rep2_clip.A03.r1.fq.genome-mappedSo.rmDupSo.merged.r2.peakClusters.bed.tsv*
I want to konw how many peaks I called
and there is another question:
When i less EXAMPLE_PE.rep2_clip.A03.r1.fq.genome-mappedSo.rmDupSo.merged.r2.peakClusters.bed.tsv
its result is:
Nothing Here
Am I doing perfect in clipper?
I used clipper in docker:brianyee/clipper:Osativa7_branch
The text was updated successfully, but these errors were encountered: