vascr_plot_line_dunnett: Create a line plot with Dunnett's statistics

View source: R/vascr_anova.R

vascr_plot_line_dunnettR Documentation

Create a line plot with Dunnett's statistics

Description

Create a line plot with Dunnett's statistics

Usage

vascr_plot_line_dunnett(
  data.df,
  unit = "R",
  frequency = 4000,
  time = 100,
  reference = "0_cells + HCMEC D3_Line"
)

Arguments

data.df

A vascr dataset

unit

Unit to calculate

frequency

Frequency to calculate from

time

Time to calculate

reference

Sample to reference testing against

Value

A line plot, annotated with the P-values determined by Dunnett's test

Examples

vascr_plot_line_dunnett(growth.df, unit = "R", frequency = 4000, time = 25, 
    reference = "0_cells + HCMEC D3_Line")
vascr_plot_line_dunnett(growth.df, unit = "R", frequency = 4000, time = list(25,100), 
    reference = "0_cells + HCMEC D3_Line")
vascr_plot_line_dunnett(growth.df, unit = "R", frequency = 4000, time = 180, 
    reference = "20,000_cells + HCMEC D3_Line")

data.df = growth.df
unit = "R"
frequency = 4000
time = 50
reference = "5,000_cells + HCMEC D3_line"

JamesHucklesby/vascr documentation built on July 16, 2025, 8:16 p.m.