create_jackstrawplot: create_jackstrawplot

View source: R/dimension_reduction.R

create_jackstrawplotR Documentation

create_jackstrawplot

Description

create jackstrawplot with ggplot

Usage

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


RubD/Giotto documentation built on April 29, 2023, 5:52 p.m.