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

FDR value cannot be greater than 0.1? #12

Open
Siteng999 opened this issue Dec 23, 2022 · 0 comments
Open

FDR value cannot be greater than 0.1? #12

Siteng999 opened this issue Dec 23, 2022 · 0 comments

Comments

@Siteng999
Copy link

Hello

I want to set the FDR value loose when I do the following operation. The user manual says I can set it between (0,1), but in reality the FDR value cannot be greater than 0.1. Is there any solution for this?

I hope to get your answer, thanks in advance!

Dividing the DE genes into 3 categories at threshold of FDR < 0.05

results.classified <- DEtype(results = results, threshold = 0.05)

Error in DEtype(results = results, threshold = 0.15): Invalid input of wrong range of threshold
Traceback:

  1. DEtype(results = results, threshold = 0.15)
  2. stop("Invalid input of wrong range of threshold")
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

1 participant