Skip to content

Commit

Permalink
varia
Browse files Browse the repository at this point in the history
  • Loading branch information
zoometh committed Dec 16, 2024
1 parent b01b559 commit 8832afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/talks/2024-asd/run_asd.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ write.table(isochr$data, paste0(obj.case.out, ".tsv"), sep = "\t", row.names = F

source("R/neo_find_date.R")
source("R/neo_dbs_info_date.R")
abber.date <- neo_find_date(df = isochr$data, print.it = FALSE, idf.dates = 162)
abber.date <- neo_find_date(df = isochr$data, print.it = FALSE, idf.dates = 109)
ad <- neo_dbs_info_date(df.c14 = df.c14, LabCode = abber.date$labcode)
# Do not add double quotes in the https://github.com/zoometh/neonet/blob/main/inst/extdata/c14_aberrant_dates.tsv file

Expand Down
4 changes: 2 additions & 2 deletions doc/talks/2024-asd/run_asd_bulked.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ my_list <- list(
list("MedCentr", c(-5400), c(5, 35, 20, 47), "koppen_7k.tif"),
list("MedCentr", c(-5100), c(5, 35, 20, 47), "koppen_7k.tif"),
# Med Occ
list("MedWest", c(-5600), c(-11, 35, 14, 45), "koppen_8k.tif"),
list("MedWest", c(-5300), c(-11, 35, 14, 45), "koppen_7k.tif")
list("MedWest", c(-5600), c(-11, 35, 10, 44), "koppen_8k.tif"),
list("MedWest", c(-5300), c(-11, 35, 10, 44), "koppen_7k.tif")
# All Med
# list("MedCompleted", c(-5200), c(-7, 30, 38, 46), "koppen_7k.tif")
)
Expand Down

0 comments on commit 8832afd

Please sign in to comment.