Skip to content

Commit

Permalink
add GENIE3 networks as weighted in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour committed Apr 23, 2024
1 parent 1a0b862 commit a51f476
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/add_networks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ hummus <- add_network(
hummus, rna_network,
multiplex_name = "RNA",
network_name = "GENIE3",
weighted = TRUE,
verbose = 1)
```

Expand All @@ -79,7 +80,8 @@ hummus <- add_network(
hummus <- add_network(
hummus, rna_network,
multiplex_name = "RNA",
network_name = "GENIE3_other")
network_name = "GENIE3_other",
weighted = TRUE)
```

### 3 Add external bipartites
Expand Down

0 comments on commit a51f476

Please sign in to comment.