Description Usage Arguments Value Examples
View source: R/actigraphy_to_SE.R
Convert Actigraphy data.frame to a SummarizedExperiment
1 2 3 4 5 6 7 8 9 10 | actigraphy_df_to_SummarizedExperiment(
x,
path_column = "file",
measure = c("ai_mean", "mad_mean", "enmo_mean", "ai_median", "mad_median",
"enmo_median"),
assay_name = measure,
rowData = NULL,
...,
verbose = TRUE
)
|
x |
An optional 'data.frame' describing the samples/participants. |
path_column |
column in 'x' that is the paths to the file names of the data. Can also be a list column of 'x' where this column are the images |
measure |
measure to grab to create an assay |
assay_name |
Name of the 'assay' in the
|
rowData |
row data to pass to |
... |
additional arguments to pass to |
verbose |
print diagnostic messages |
A SummarizedExperiment
output
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.