Description Usage Arguments Examples
View source: R/plotsRawCalciumData.R
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.
1 | plotsRawCalciumData(data, conditions = c(0), columns)
|
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. |
1 2 | conditions191 <- c(50,100,150,230)
plotsRawCalciumData(longWholeNormInt191, conditions191, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.