Skip to content

Commit

Permalink
exportInteractive.R
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Apr 16, 2024
1 parent 0c8425d commit c58c8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/exportInteractive.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ exportInteractive <- function(stana, out=".", db="uhgg", calcko=FALSE,
stana@genes <- list()
stana@snps <- list()
stana@snpsInfo <- list()
stana@treePlotList <- list()
}
save(file=paste0(out, "/data/", dataset_name,".rda"), stana, compress="xz")
## Copy the main script and run the app
Expand Down

0 comments on commit c58c8a1

Please sign in to comment.