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

Strange Plot Appearance for p-values #18

Open
DarioS opened this issue Nov 23, 2024 · 0 comments
Open

Strange Plot Appearance for p-values #18

DarioS opened this issue Nov 23, 2024 · 0 comments

Comments

@DarioS
Copy link

DarioS commented Nov 23, 2024

Am I using it improperly? If so, could you add an example of correct use to the vignette? Minimal reproducible example follows.

If genefilter needs installation.

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("genefilter")

Load the package. Simulate and test.

library(genefilter)
dataset <- sapply(1:1000, function(index) rnorm(20))
result <- colttests(dataset, factor(rep(c("No", "Yes"), length.out = 20)))

library(qqplotr)
ggplot(result, mapping = aes(sample = p.value)) + stat_qq_band() + stat_qq_line() + stat_qq_point()

image

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