.frapclass | R Documentation |
Class representing functionality for FRAP (Fluorescence Recovery After Photobleaching).
R6Class
object.
frap_obj <- frapclass$new(name, bleach)
name
Name of the class.
bleach
Percentage of sample bleaching.
fmin
Minimum fluorescence recovery value.
length
Length of the class.
seconds
Vector of time in seconds.
photo
Vector of time frames.
time0
Vector of recovery start times.
getColor
Function to get the current color.
setColor
Function to set the color.
new()
.frapclass$new(name, bleach)
addDataFrame()
.frapclass$addDataFrame( seconds, photo, areaColumn, inputColumn, dataR, dataC, dataB = NULL )
addFile()
.frapclass$addFile( seconds, photo, areaColumn, inputColumn, fileR, fileC, fileB = "" )
addDir()
.frapclass$addDir( seconds, photo, areaColumn, inputColumn, dirR, dirC, dirB = "" )
time()
.frapclass$time(index = NA, AB = FALSE)
area()
.frapclass$area(index = NA, type = "R")
recover()
.frapclass$recover( index = NA, type = "RCB", area = TRUE, stand = TRUE, AB = FALSE )
table()
.frapclass$table( index = NA, type = "RCB", area = TRUE, stand = TRUE, AB = FALSE )
clone()
The objects of this class are cloneable with this method.
.frapclass$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Create an instance of the "frapclass" class
frap_obj <- frapclass$new("FRAP1", 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.