Learn R Programming

vascr (version 0.1.4)

vascr_plot_line_dunnett: 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",
  normtime = NULL
)

Value

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

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

normtime

Time to normalise the line plot to, note this does not affect underlying statistical test

Examples

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

Run the code above in your browser using DataLab