Create the wearable_dataset object.

create_wearable_dataset(
  expression_data,
  sample_info,
  variable_info,
  sample_info_note,
  variable_info_note
)

Arguments

expression_data

expression_data.

sample_info

Sample information name.

variable_info

Variable information. Columns are samples and rows are variables.

sample_info_note

Sample information name. https://tidywearable.github.io/wearabledataset/articles/data_import_and_export.html

variable_info_note

Sample information name. https://tidywearable.github.io/wearabledataset/articles/data_import_and_export.html

Value

A wearable_dataset-class object.

Author

Xiaotao Shen shenxt1990@outlook.com

Examples

data("expression_data", package = "wearabledataset")
data("variable_info", package = "wearabledataset")
data("sample_info", package = "wearabledataset")
object <-
create_wearable_dataset(expression_data = expression_data,
sample_info = sample_info,
variable_info = variable_info)
object
#> -------------------- 
#> wearabledataset version: 0.99.1 
#> -------------------- 
#> 1.expression_data:[ 3 x 1058113 data.frame]
#> 2.sample_info:[ 1058113 x 7 data.frame]
#> 3.variable_info:[ 3 x 2 data.frame]
#> 4.sample_info_note:[ 7 x 2 data.frame]
#> 5.variable_info_note:[ 2 x 2 data.frame]
#> -------------------- 
#> Time range:
#> 2022-08-08 to 2022-08-18 16:30:00
#> -------------------- 
#> Processing information (extract_process_info())
#> create_wearable_dataset ---------- 
#>           Package             Function.used                Time
#> 1 wearabledataset create_wearable_dataset() 2023-09-07 23:18:16