View source: R/utils-dataset-converters.R
extract_sets | R Documentation |
Extracts feature sets from a renamed network (see rename_net).
extract_sets(network)
network |
Tibble or dataframe with edges and it's associated metadata. |
inputs_dir <- system.file("testdata", "inputs", package = "decoupleR")
mat <- readRDS(file.path(inputs_dir, "mat.rds"))
net <- readRDS(file.path(inputs_dir, "net.rds"))
net <- rename_net(net, source, target, mor)
extract_sets(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.