@@ -43,7 +43,7 @@ data_skylinePRMSample_A$config_f <- function() {
4343 config $ ident_q_value <- " Detection.Q.Value"
4444 config $ set_response(" Area" )
4545 config $ isotope_label <- " Isotope.Label.Type"
46- config $ factors [[" Time" ]] = " Sampling.Time.Point"
46+ config $ factors [[" Time" ]] <- " Sampling.Time.Point"
4747 return (config )
4848}
4949usethis :: use_data(data_skylinePRMSample_A , overwrite = TRUE )
@@ -62,7 +62,7 @@ data_skylineSRM_HL_A$config_f <- function() {
6262 config $ isotope_label <- " Isotope.Label"
6363 config $ factors [[" treatment_c" ]] <- " Condition2"
6464 config $ factors [[" time_c" ]] <- " time"
65- config $ is_response_transformed = FALSE
65+ config $ is_response_transformed <- FALSE
6666 return (config )
6767}
6868usethis :: use_data(data_skylineSRM_HL_A , overwrite = TRUE )
@@ -79,10 +79,10 @@ data_spectronautDIA250_A$config_f <- function() {
7979 config $ ident_q_value <- " EG.Qvalue"
8080 config $ work_intensity <- " FG.Quantity"
8181 config $ isotope_label <- " Isotope.Label"
82- config $ factors [[" coding" ]] = " coding"
83- config $ factors [[" sex" ]] = " sex"
84- config $ factors [[" age" ]] = " age"
85- config $ factors [[" Sample_id" ]] = " Sample.Name"
82+ config $ factors [[" coding" ]] <- " coding"
83+ config $ factors [[" sex" ]] <- " sex"
84+ config $ factors [[" age" ]] <- " age"
85+ config $ factors [[" Sample_id" ]] <- " Sample.Name"
8686 return (config )
8787}
8888usethis :: use_data(data_spectronautDIA250_A , overwrite = TRUE )
0 commit comments