SEplot: S-E plot

Description Usage Arguments Value Examples

View source: R/ROGUE.R

Description

Draws a point plot of the relationship between S and E.

Usage

1
SEplot(.x, point_size = 1, geom_line = T, p.adj = T, cutoff = 0.05)

Arguments

.x

A tibble object returned from the SE_fun or entropy_fit function.

point_size

Point size for geom_point.

geom_line

Logical, whether to show the expected expression entropy.

p.adj

Logical, whether to highlight significantly varied genes.

cutoff

The threshold (adjusted P value) for identifying significantly varied genes.

Value

A ggplot object

Examples

1
2
ent.res <- SE_fun(expr, span = 0.1, r = 1, mt.method = "fdr")
SEplot(ent.res)

RyanYip-Kat/yipCat documentation built on Dec. 18, 2021, 11:55 a.m.