Skip to content
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

Running a range of thresholds vs finding quantiles of all peaks #74

Open
benayang opened this issue Nov 25, 2021 · 1 comment
Open

Running a range of thresholds vs finding quantiles of all peaks #74

benayang opened this issue Nov 25, 2021 · 1 comment

Comments

@benayang
Copy link

Hello, I was wondering whether finding quantiles of peaks from a numerical threshold of 1 without an IgG control is the same as calling SEACR with a range of numerical thresholds. For example, instead of calling peaks with a numerical threshold of 0.01 to find the top 1% of peaks, could I get the same result by calling peaks with a threshold of 1 and then find the top 1% of those peaks based on the total signal in column 4? That way I could call SEACR just once and then find the subset of peaks that looks "best."

@mpmeers
Copy link
Collaborator

mpmeers commented Nov 29, 2021

Hi,

You could indeed do that--using a "threshold" of 1 should return 100% of signal blocks, and you could then implement your own cutoff on the total signal reported in column 4. The numeric threshold is just a very simple way to do this automatically if you have an existing idea of what proportion you want to return.

Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants