create_jackstrawplot: create_jackstrawplot

Description Usage Arguments Value

View source: R/dimension_reduction.R

Description

create jackstrawplot with ggplot

Usage

1
2
3
4
5
6
create_jackstrawplot(
  jackstraw_data,
  ncp = 20,
  ylim = c(0, 1),
  threshold = 0.01
)

Arguments

jackstraw_data

result from jackstraw function

ncp

number of principal components to calculate

ylim

y-axis limits on jackstraw plot

threshold

p.value threshold to call a PC significant

Value

ggplot


bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.