Skip to content

Commit

Permalink
Move fractal analysis of CT to phenotypes
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahVMeyer committed Mar 5, 2020
1 parent d569391 commit 7e75dea
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@ option_list <- list(
make_option(c("-d", "--dir"), action="store", dest="dir",
type="character", help="Path to output directory
data [default: %default].", default=NULL),
make_option(c("--dcm"), action="store", dest="dcm",
type="character", help="Path to file with DCM per slice FD
[default: %default].", default=NULL),
make_option(c("-i", "--interpolate"), action="store", dest="interpolate",
type="integer", help="Number of slices to interpolate to
[default: %default].", default=9),
make_option(c("--ukb"), action="store", dest="ukb",
type="character", help="Path to file with UKB per slice FD
make_option(c("--ct"), action="store", dest="ct",
type="character", help="Path to file with CT per slice FD
[default: %default].", default=NULL),
make_option(c("--debug"), action="store_true",
dest="debug", default=FALSE, type="logical",
Expand All @@ -35,7 +29,7 @@ if (args$debug) {
args <- list()
args$dir <- "~/data/ukbb/ukb-hrt/phenotypes"
args$ct <- "~/data/ukbb/ukb-hrt/rawdata/ct_fd.csv"
args$interpolate <- 9
}
#############
## data ####
#############
Expand Down

0 comments on commit 7e75dea

Please sign in to comment.