Description Usage Arguments Value Examples
View source: R/parse_incucyte_matrices.R
Opens, reads, and parses all Incucyte matrix files specified in the metadata table.
1 | parse_incucyte_matrices(metadata)
|
metadata |
A data frame containing tidycyte metadata. At a minimum should contain column names " |
A concatenated tidycyte dataframe with columns elapsed
, date_time
, id
, value
, well
, image
, treatment
, cell
, and metric
.
1 | df <- parse_incucyte_matrices(metadata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.