You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The text was updated successfully, but these errors were encountered: