plotsRawCalciumData: A function to plate normalized calcium data

Description Usage Arguments Examples

View source: R/plotsRawCalciumData.R

Description

This function will plot the calcium data for individual ROI's. It can also be used to plot the whole field of view (if data is available for that). But it was designed to be able to simultaneously plot all the individual cell-based ROI's.

Usage

1

Arguments

data

A dataframe containing intensity data of a time series on a long format - gathered under the Cell ID#

conditions

A simple list or vector of timepoints where the conditions the cells were exposed to were changed.

columns

An integer representing the number of columns you would like your plot to have.

Examples

1
2
conditions191 <- c(50,100,150,230)
plotsRawCalciumData(longWholeNormInt191, conditions191, 5)

FafferMcgee/calcium-analysis documentation built on Sept. 3, 2020, 12:07 a.m.