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

padj 0.5 is not FDR 0.05? #2

Open
jcglaubitz opened this issue Oct 14, 2022 · 1 comment
Open

padj 0.5 is not FDR 0.05? #2

jcglaubitz opened this issue Oct 14, 2022 · 1 comment

Comments

@jcglaubitz
Copy link

Hi Alex,
Your YouTube Bioinformatics series is awesome, thank you!!!

I noticed one potential issue, however. Shouldn't this be padj<0.05?
res1 = mutate(res1, sig=ifelse(res1$padj<0.5, "FDR<0.05", "Not Sig"))

Thanks,
Jeff

@ACSoupir
Copy link
Owner

Good catch! As long as the 2 are the same then it wouldn't be an issue. Would just have to justify the choice of a high FDR but you are right, it should be padj<0.05.

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