We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To filter or not to filter
In the section of To filter or not to filter, if I run the code and plot the result:
powers_fil = comparePower(simres, alpha.type="fdr", alpha.nominal=0.1, strata = c(0, 10, 2^(1:7)*10, Inf), filter.by="expr", strata.filtered=1, stratify.by="expr", delta=0.5) plotAll(powers_fil)
My understanding is the first strata (1-10) will be removed. But why do we still see results with strata (1-10) on the plot shown below? Thanks.
strata
The text was updated successfully, but these errors were encountered:
sorry there's a bug in the code. The curves are correct, but the x-axis labels are off. I'll correct the bug and submit a new version soon.
Sorry, something went wrong.
No branches or pull requests
In the section of
To filter or not to filter
, if I run the code and plot the result:My understanding is the first
strata
(1-10) will be removed. But why do we still see results withstrata
(1-10) on the plot shown below? Thanks.The text was updated successfully, but these errors were encountered: