Skip to content

Strange Plot Appearance for p-values #18

Description

@DarioS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions