rna_qq_plot: Quantile - Quantile plots for RNA seq

Description Usage Arguments Examples

View source: R/rna_qq_plot.R

Description

Function for creating the Quantile - Quantile plots of P values from DEG data frames

Usage

1
rna_qq_plot(pvals, ci = 0.95)

Arguments

pvals

Un adjusted p values to make the QQ plot

ci

Confidence interval. Default is 0.95.

Examples

1
2
caption <- "Data Source: \n Sample Data"
rna_qq_plot(sample_clean_deg$pvalue)

kra277/rnaseqviz documentation built on Feb. 6, 2022, 9:43 p.m.