# \donttest{
library(scPOEM)
dirpath <- "./example_data"
# Download single mode example data
data(example_data_single)
# Construct GGN net.
gg_net <- GGN(example_data_single$Y,
file.path(dirpath, "single"),
save_file=FALSE)
# }
Run the code above in your browser using DataLab