Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding authored May 8, 2024
1 parent 7cf56eb commit d53ceeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ devtools::install_github("ncborcherding/scRepertoire")
```

### Installing from Bioconductor
The current version of scRepertoire is also available in the development version of Bioconductor. Important to note, the version is listed as 1.99.1 on [Bioconductor](https://bioconductor.org/packages/3.19/bioc/html/scRepertoire.html) per their version guidelines.
The current version of scRepertoire is also available on [Bioconductor](https://bioconductor.org/packages/3.19/bioc/html/scRepertoire.html).

```R
BiocManager::install(version='devel')
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("scRepertoire")
```

Expand Down

0 comments on commit d53ceeb

Please sign in to comment.