Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbayer authored Aug 24, 2022
1 parent f3fad24 commit 1d27779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation
-----------

In order to install the package, it suffices to launch
`R CMD INSTALL path/to/SubGroupSeparation`
`R CMD INSTALL path/to/SGS`
from a terminal, or `make install` from within the package source folder.

Being hosted on GitHub, it is possible to use the `install_github`
Expand All @@ -35,7 +35,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocMana
BiocManager::install(c("graph", "Rgraphviz", "RBGL"))
library("devtools")
install_github("cbg-ethz/SubGroupSeparation")
install_github("cbg-ethz/SGS")
```

The packages "graph", "Rgraphviz" and "RBGL" need to be installed from BioConductor, as they are not hosted on CRAN.
Expand Down Expand Up @@ -78,7 +78,7 @@ Benchmark Results

We benchmarked the performance of our SGS method against standard inference schemes (Gibbs sampling and loopy belief propagation) over a broad range of different Bayesian networks. The results are summarized in the Figure below (lower is better), displaying the normalized root mean squared error (NRMSE). To reproduce the results, run the scripts in the benchmark folder.

# ![SGS](https://github.com/cbg-ethz/SubGroupSeparation/blob/master/vignettes/benchmark.png)
# ![SGS](https://github.com/cbg-ethz/SGS/blob/master/vignettes/benchmark.png)

Reference
---------
Expand Down

0 comments on commit 1d27779

Please sign in to comment.