View source: R/definitions_magick.R
| cellStrips | R Documentation |
'cdata' is split by 'split_col' and then images are generated.
cellStrips(
cdata,
paths,
n_ucids = NULL,
cut_breaks = 1,
split_col = "ucid",
ch = c("BF.out", "YFP.out"),
sortVar = "t.frame",
...
)
cdata |
A Rcell data.frame (not the object). |
paths |
A paths dataframe with file path, t.frame, position and channel information of each picture. |
n_ucids |
will select the first 'n_ucids' |
... |
Arguments passed on to magickCell. |
cut_strips |
Use 'cut' to split the image series. |
'images' are split with 'cut', useful wen strips are too long.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.