Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjie1991 authored Jan 10, 2024
1 parent 6780e57 commit f9efcf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ The [**scMitoMut**](https://github.com/wenjie1991/scMitoMut) is a R/Bioconductor

## Install from bioconductor

We are currently submitting the package to Bioconductor.
```r
## Install `BiocManager` package to manage Bioconductor packages.
install.packages("BiocManager")
## Install `scMitoMut` from Bioconductor
BiocManager::install("scMitoMut")
```

## Install the devel version from GitHub

Expand Down

0 comments on commit f9efcf4

Please sign in to comment.