Skip to content

Commit

Permalink
- Updated README with CRAN installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DrQuestion committed Apr 5, 2024
1 parent 03cd9cf commit eb4749f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ knitr::opts_chunk$set(

Coglasso implements *collaborative graphical lasso*, an algorithm for network reconstruction from multi-omics data sets (Albanese, Kohlen and Behrouzi, [2024](#references)). Our algorithm joins the principles of the *graphical lasso* by Friedman, Hastie and Tibshirani ([2008](#references)) and *collaborative regression* by Gross and Tibshirani ([2015](#references)).

## Installing from CRAN (not released on CRAN yet)
## Installing coglasso

You will be able to install the CRAN release of coglasso with:
You can install the CRAN release of coglasso with:

``` r
install.packages("coglasso")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ the *graphical lasso* by Friedman, Hastie and Tibshirani
([2008](#references)) and *collaborative regression* by Gross and
Tibshirani ([2015](#references)).

## Installing from CRAN (not released on CRAN yet)
## Installing coglasso

You will be able to install the CRAN release of coglasso with:
You can install the CRAN release of coglasso with:

``` r
install.packages("coglasso")
Expand Down

0 comments on commit eb4749f

Please sign in to comment.