Skip to content

Commit

Permalink
updated the readme example to have z-score as the scaling method
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthkr committed Oct 18, 2023
1 parent 7384f93 commit 666d466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ b_rapa_data <- system.file("extdata/brapa_arabidopsis_all_replicates.csv", packa
registration_results <- register(
b_rapa_data,
reference = "Ro18",
query = "Col0"
query = "Col0",
scaling_method = "z-score"
)
#> ── Validating input data ────────────────────────────────────────────────────────
#> ℹ Will process 10 genes.
#>
#>
#> ── Starting registration with optimisation ──────────────────────────────────────
#> ℹ Using Nelder-Mead method.
#> ℹ Using computed stretches and shifts search space limits.
Expand Down

0 comments on commit 666d466

Please sign in to comment.